diff --git a/tests/Integration/ConnectionContextTests.cs b/tests/Integration/ConnectionContextTests.cs index a50dbd8..a688497 100644 --- a/tests/Integration/ConnectionContextTests.cs +++ b/tests/Integration/ConnectionContextTests.cs @@ -235,7 +235,7 @@ public void Execute_create_and_drop_schema_table(string connectionString, Databa bool existsTable = context.SchemaMigrationExists(); //Assert - Assert.Equal(ConnectionState.Closed, context.Connection.State); + Assert.Equal(ConnectionState.Open, context.Connection.State); Assert.True(existsSchema); Assert.True(existsTable);