Skip to content

Commit

Permalink
Tables weren't deleted after test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Aug 22, 2020
1 parent fe887f0 commit b833c5d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ class UUIDTableEntityTest : DatabaseTestsBase() {
}

@Test fun `insert with inner table`() {
withTables(UUIDTables.Addresses) {
withTables(UUIDTables.Addresses, UUIDTables.Cities, UUIDTables.People) {
val city1 = UUIDTables.City.new {
name = "city1"
}
Expand Down

0 comments on commit b833c5d

Please sign in to comment.