Skip to content

Commit c04cac2

Browse files
committed
Fix SQLServer test
1 parent f7082ee commit c04cac2

File tree

1 file changed

+0
-1
lines changed
  • exposed-tests/src/test/kotlin/org/jetbrains/exposed/sql/tests/shared

1 file changed

+0
-1
lines changed

exposed-tests/src/test/kotlin/org/jetbrains/exposed/sql/tests/shared/DDLTests.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ class DDLTests : DatabaseTestsBase() {
763763
val two = prepareSchemaForTest("two")
764764
withSchemas(excludeSettings = listOf(TestDB.SQLITE), schemas = arrayOf(two, one)) {
765765
SchemaUtils.create(TableFromSchemeOne)
766-
SchemaUtils.setSchema(two)
767766
if (currentDialectTest is OracleDialect) {
768767
exec("GRANT SELECT ON ${TableFromSchemeOne.tableName} to TWO;")
769768
}

0 commit comments

Comments
 (0)