Skip to content

Commit 7984eb6

Browse files
committed
fix config key after project rename
1 parent c410b6b commit 7984eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Memstate.Postgresql.Tests/PostgresqlSettingsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void CanExtractInitSqlResource()
3434
[Fact]
3535
public void DefaultConnectionStringIsUsed()
3636
{
37-
var key = "Memstate:StorageProviders:Postgresql:Password";
37+
var key = "Memstate:StorageProviders:Postgres:Password";
3838
var defaultBuilder = new NpgsqlConnectionStringBuilder(PostgresqlSettings.DefaultConnectionString);
3939

4040
//Appveyor workaround

0 commit comments

Comments
 (0)