Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asubb committed Jan 4, 2024
1 parent 7b5d1ba commit eef4f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/src/test/kotlin/io/wavebeans/http/TableServiceSpec.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TableServiceSpec : DescribeSpec({

describe("Existence") {
val tableRegistry = mock<TableRegistry>()
whenever(tableRegistry.exists(eq("table"))).thenReturn(false)
whenever(tableRegistry.exists(eq("table"))).thenReturn(true)

val service = TableService(tableRegistry)

Expand Down

0 comments on commit eef4f56

Please sign in to comment.