Skip to content

Commit

Permalink
Fixed a failing test regarding the Last Wish deleted encounter
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Villavicencio authored and Daniel Villavicencio committed May 17, 2024
1 parent e1a002f commit 3ec8370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public void autocompleteRequestsForRaidMapAreSuccessful()
.expectBody()
.consumeWith(System.out::println)
.jsonPath("$.type").isEqualTo(8)
.jsonPath("$.data.choices.size()").isEqualTo(6)
.jsonPath("$.data.choices.size()").isEqualTo(5)
.jsonPath("$.data.choices").isArray()
.returnResult().getResponseBody();

Expand Down

0 comments on commit 3ec8370

Please sign in to comment.