Skip to content

Commit

Permalink
Allow defining tables with quoted names (#1562) / Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Oct 2, 2022
1 parent ec35646 commit ad92b12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ class CreateTableTests : DatabaseTestsBase() {
@Test fun `create table with quoted name with camel case`() {
val testTable = object : IntIdTable("quotedTable") {
val int = integer("intColumn")
override val tableName = "test"
}

withDb {
Expand Down

0 comments on commit ad92b12

Please sign in to comment.