Minor test cleanup
This commit is contained in:
parent
ea74f539ba
commit
52ab538fc4
@ -51,7 +51,7 @@ class TranslatorTest(unittest.TestCase):
|
||||
def check(self):
|
||||
expected = self.build_track()
|
||||
actual = translator(self.data)
|
||||
self.assertEqual(expected, translator(self.data))
|
||||
self.assertEqual(expected, actual)
|
||||
|
||||
def test_basic_data(self):
|
||||
self.check()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user