We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848ca38 commit 31b1995Copy full SHA for 31b1995
backend/src/tests/spotify_test.py
@@ -46,7 +46,3 @@ def test_get_playlist_duration():
46
duration = get_playlist_duration(mock_playlist_track_objects)
47
48
assert duration == 620000
49
-
50
51
-def test_failing_test():
52
- assert False == True
0 commit comments