Change movie for collection delete test

This commit is contained in:
JonnyWong16 2021-02-14 23:54:17 -08:00
parent 18e2f15b57
commit 858fb18f7f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -71,7 +71,7 @@ def test_Collection_edit(collection):
def test_Collection_delete(movies):
delete_collection = "delete_collection"
movie = movies.get("Sita Sings the Blues")
movie = movies.get("Sintel")
movie.addCollection(delete_collection)
collections = movies.collections(title=delete_collection)
assert len(collections) == 1