mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Add tests for encoders
and some refactoring
This commit is contained in:
5
spotdl/lyrics/tests/test_exceptions.py
Normal file
5
spotdl/lyrics/tests/test_exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from spotdl.lyrics.exceptions import LyricsNotFoundError
|
||||
|
||||
def test_lyrics_not_found_subclass():
|
||||
assert issubclass(LyricsNotFoundError, Exception)
|
||||
|
||||
Reference in New Issue
Block a user