We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249b7e1 commit 0b12a4aCopy full SHA for 0b12a4a
unit-tests/RepositoryTests/RepositoryTests.cs
@@ -19,7 +19,7 @@ public void TestPostgresEnvVarsConsistent(string envFile)
19
20
Assert.That(postgresConnectionString, Is.Not.Null);
21
var postgresConnParts = postgresConnectionString.Split(';');
22
-
+
23
Assert.That(postgresConnParts, Does.Contain($"database={testsDb}"));
24
Assert.That(postgresConnParts, Does.Contain($"username={postgresUser}"));
25
Assert.That(postgresConnParts, Does.Contain($"password={postgresPassword}"));
0 commit comments