Skip to content

Commit 8cea681

Browse files
author
Vytautas Kasparavičius
committed
Updated PostgreSqlInstallerFacts with latest version (13) of install scripts
1 parent f5ecfa4 commit 8cea681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Hangfire.PostgreSql.Tests/PostgreSqlInstallerFacts.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public void InstallingSchemaUpdatesVersionAndShouldNotThrowAnException()
2020
PostgreSqlObjectsInstaller.Install(connection, schemaName);
2121

2222
var lastVersion = connection.Query<int>(@"select version from """ + schemaName + @""".""schema""").Single();
23-
Assert.Equal(12, lastVersion);
23+
Assert.Equal(13, lastVersion);
2424

2525
connection.Execute($@"DROP SCHEMA ""{schemaName}"" CASCADE;");
2626
});

0 commit comments

Comments
 (0)