This commit is contained in:
Jamie Hardt
2021-06-01 22:28:19 -07:00
parent 594830144d
commit 8654fdb847

View File

@@ -6,7 +6,7 @@ from fractions import Fraction
class TestADREntity(unittest.TestCase): class TestADREntity(unittest.TestCase):
def test_something(self): def test_event2line(self):
tags = { tags = {
'Ver': '1.0', 'Ver': '1.0',
'Actor': "Bill", 'Actor': "Bill",
@@ -33,7 +33,5 @@ class TestADREntity(unittest.TestCase):
self.assertEqual('1.0', line.version) self.assertEqual('1.0', line.version)
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()