From 8654fdb8477c4a8e92dcf2e6d422488cb441cfa8 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 1 Jun 2021 22:28:19 -0700 Subject: [PATCH] Twiddle --- tests/test_adr_entity.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_adr_entity.py b/tests/test_adr_entity.py index 24117c1..0fa862a 100644 --- a/tests/test_adr_entity.py +++ b/tests/test_adr_entity.py @@ -6,7 +6,7 @@ from fractions import Fraction class TestADREntity(unittest.TestCase): - def test_something(self): + def test_event2line(self): tags = { 'Ver': '1.0', 'Actor': "Bill", @@ -33,7 +33,5 @@ class TestADREntity(unittest.TestCase): self.assertEqual('1.0', line.version) - - if __name__ == '__main__': unittest.main()