Skip to content

Commit

Permalink
test: fix incorrect test assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamim Attafi committed Jun 3, 2024
1 parent 62e7f4f commit e63100b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TestQueryIdentifiers {

IntRange(0, MAX_CYCLES).forEach { index ->
val queryIdentifier = fixedQuery.getUniqueQueryIdentifier()
Assert.assertNull(
Assert.assertNotNull(
"$index - Couldn't find a unique query identifier for fixed query $fixedQuery",
queryIdentifier
)
Expand Down

0 comments on commit e63100b

Please sign in to comment.