Hi,
I am trying to get the validation code as said by the tutorial, but i get the following error from the page.
Before starting the application I run the following command line
npm test -t db-connection
But I would get 2 error. I checked after that the number of movies in my db is 12000 and not 45993, beside this the movie refereed in the tutorial wasn’t present in the database.
I changed everything that was incorrect, set the number of movies 12000 and included the id and title of a different movie present in the database as you can see below in the picture
By doing this the test passed successfully but I still can’t get the code.