diff --git a/tienda_ilusion/don_confiao/tests.py b/tienda_ilusion/don_confiao/tests.py
index 7ce503c..88d1e3e 100644
--- a/tienda_ilusion/don_confiao/tests.py
+++ b/tienda_ilusion/don_confiao/tests.py
@@ -1,3 +1,7 @@
 from django.test import TestCase
 
-# Create your tests here.
+
+class ConfiaoTest(TestCase):
+
+    def test_bobo(self):
+        self.assertTrue(True)