From 781f85e60e6c55fe5b7b18774a47285fc4d7f10f Mon Sep 17 00:00:00 2001 From: Mono Mono Date: Sat, 22 Jun 2024 11:37:24 -0500 Subject: [PATCH] test: eliminado test bobo. --- tienda_ilusion/don_confiao/tests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tienda_ilusion/don_confiao/tests.py b/tienda_ilusion/don_confiao/tests.py index dd2fc57..a1e546b 100644 --- a/tienda_ilusion/don_confiao/tests.py +++ b/tienda_ilusion/don_confiao/tests.py @@ -4,9 +4,6 @@ from .models import Sale, SaleLine class ConfiaoTest(TestCase): - def test_bobo(self): - self.assertTrue(True) - def test_create_sale(self): sale = Sale() sale.customer = "Alejandro"