Remove duplicate line, Make test_pylast.py runnable as main again.
This commit is contained in:
parent
f1e14f591c
commit
781df0c94f
2 changed files with 5 additions and 6 deletions
|
@ -1908,4 +1908,6 @@ class TestPyLast(unittest.TestCase):
|
|||
self.assertEqual(str(tracks[0].track.artist), "Johnny Cash")
|
||||
self.assertEqual(str(tracks[0].track.title), "Ring of Fire")
|
||||
|
||||
# End of file
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main(failfast=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue