Code cleanup

This commit is contained in:
Eric van Blokland
2021-09-28 17:25:37 +02:00
parent 9382eb2ff4
commit 55aab87f4e
6 changed files with 19 additions and 24 deletions

View File

@@ -1,8 +1,7 @@
from unittest import mock
def test_get_genres(radionet):
genres = radionet.get_genres();
genres = radionet.get_genres()
assert len(genres) > 0