Skip to content

Commit

Permalink
test: Include users table in withTables invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a committed Apr 16, 2024
1 parent e2d1019 commit 0b8b410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ class DDLTests : DatabaseTestsBase() {
val adminBy = reference("adminBy", users).nullable()
}

withTables(subscriptions) {
withTables(users, subscriptions) {
val query = subscriptions.join(users, JoinType.INNER, additionalConstraint = { subscriptions.user eq users.id }).selectAll()
assertEquals(0L, query.count())
}
Expand Down

0 comments on commit 0b8b410

Please sign in to comment.