Skip to content

Commit

Permalink
Try running util tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 committed Oct 17, 2023
1 parent 928529e commit 0f9a7d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def test_create_movie_genres(self):
"""
Test case 3
"""
expected_result = {'Toy Story (1995)': ['Animation', 'Comedy', 'Family'], 'Jumanji (1995)': [
expected_result = {'Toy Story (1995)': ['Animation', 'Comedy', 'Family'], \
'Jumanji (1995)': [
'Adventure', 'Fantasy', 'Family']}
movie_genre_df = pd.read_csv('../data/movies.csv').head(n=2)
result = create_movie_genres(movie_genre_df)
Expand Down

0 comments on commit 0f9a7d2

Please sign in to comment.