Skip to content

Commit 0b12a4a

Browse files
fix: lint
1 parent 249b7e1 commit 0b12a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-tests/RepositoryTests/RepositoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void TestPostgresEnvVarsConsistent(string envFile)
1919

2020
Assert.That(postgresConnectionString, Is.Not.Null);
2121
var postgresConnParts = postgresConnectionString.Split(';');
22-
22+
2323
Assert.That(postgresConnParts, Does.Contain($"database={testsDb}"));
2424
Assert.That(postgresConnParts, Does.Contain($"username={postgresUser}"));
2525
Assert.That(postgresConnParts, Does.Contain($"password={postgresPassword}"));

0 commit comments

Comments
 (0)