I cannot run this test because none of the movie_ids specified within const movieIds = [
“573a1390f29313caabcd4132”,
“573a1390f29313caabcd4135”,
“5aabe31503ac76bc4f73e267”,
“573a1392f29313caabcd9d4f”,
“573a1392f29313caabcdae3d”,
“573a1392f29313caabcdb40b”,
“573a1392f29313caabcdb585”,
“573a1393f29313caabcdbe7c”,
“573a1393f29313caabcdd6aa”,
]
actually exist in the movies collection. Please provide a new test that actually queries for movies that are in the movies collection
Check the datatype you are using to run the query on MoviesDAO.getMovieByID(id)
.
The id
value might not be matching what you should be passing to the query.
N.