Skip to content

Commit c955bc8

Browse files
committed
Fix postgres tests
1 parent c37d4bb commit c955bc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/WorkflowCore.Tests.PostgreSQL/DockerSetup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public class PostgresDockerSetup : IAsyncLifetime
1313

1414
public PostgresDockerSetup()
1515
{
16+
AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);
1617
_postgreSqlResource = new PostgreSqlResource();
1718
}
1819

0 commit comments

Comments
 (0)