Skip to content

Commit 858fb18

Browse files
committed
Change movie for collection delete test
1 parent 18e2f15 commit 858fb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_Collection_edit(collection):
7171

7272
def test_Collection_delete(movies):
7373
delete_collection = "delete_collection"
74-
movie = movies.get("Sita Sings the Blues")
74+
movie = movies.get("Sintel")
7575
movie.addCollection(delete_collection)
7676
collections = movies.collections(title=delete_collection)
7777
assert len(collections) == 1

0 commit comments

Comments
 (0)