Skip to content

Commit 31b1995

Browse files
committed
Revert "Add failing test to show what happens in github actions"
This reverts commit 848ca38.
1 parent 848ca38 commit 31b1995

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backend/src/tests/spotify_test.py

-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,3 @@ def test_get_playlist_duration():
4646
duration = get_playlist_duration(mock_playlist_track_objects)
4747

4848
assert duration == 620000
49-
50-
51-
def test_failing_test():
52-
assert False == True

0 commit comments

Comments
 (0)