I am struggling to get the tests to pass in this course, but looking at the code, I am struggling to see how they ever would pass. The first test file tests the initialisation of the driver with the stored authentication values from appsettings.json (which passes), the instantiation of the driver with just var driver=Neo4j.Driver, which also passes, and then the third uses the same line of code and tries to verify connectivity, and fails. As the code, as I see it at least, makes no reference to the saved credentials, I don't see how this ever could work. Later tests also instantiate the MovieService in the same way and fail similarly.
Is this just wrong or am I missing something?