Skip to content

Commit

Permalink
fix: Fix failing PlayerLookup test
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed May 10, 2024
1 parent 2d18ede commit 248e45e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void find_by_uuid_with_all() {
assertQueryResult(
PlayerLookup.Query.builder()
.setInput(PLAYER_1.uuid())
.addField(PlayerLookup.Field.UUID)
.setFields(PlayerLookup.Field.values())
.setMatchExact(false)
.build(),
PLAYER_1,
Expand Down

0 comments on commit 248e45e

Please sign in to comment.