Skip to content

Commit

Permalink
Update test_adds_movie_to_non_empty_user_watchlist to use correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
yangashley authored Mar 27, 2023
1 parent 15e8a2c commit 40231f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wave_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_adds_movie_to_non_empty_user_watchlist():
"rating": RATING_1
}
user_data = {
"watched": [FANTASY_2]
"watchlist": [FANTASY_2]
}

# Act
Expand Down

0 comments on commit 40231f2

Please sign in to comment.