Skip to content

Commit

Permalink
Revert "test: EXPOSED-662 add new create table test"
Browse files Browse the repository at this point in the history
This reverts commit e6bb1df.
  • Loading branch information
devgor88 committed Dec 7, 2024
1 parent 1606c65 commit 1b52dfe
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -666,17 +666,4 @@ class CreateTableTests : DatabaseTestsBase() {
}
}
}

@Test
fun `two consequence transactions`() {
val testTable = object : IntIdTable("consequenceTable") {
val int = integer("intColumn")
}
withDb {
SchemaUtils.listTables()
}
withDb {
testTable.exists()
}
}
}

0 comments on commit 1b52dfe

Please sign in to comment.