Skip to content

Commit

Permalink
Add failing test to show what happens in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CalPinSW committed May 31, 2024
1 parent 027edfc commit 848ca38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/src/tests/spotify_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ def test_get_playlist_duration():
duration = get_playlist_duration(mock_playlist_track_objects)

assert duration == 620000


def test_failing_test():
assert False == True

0 comments on commit 848ca38

Please sign in to comment.