Skip to content

Commit

Permalink
Ensure stable ordering in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Oct 20, 2022
1 parent 0591257 commit 1fa229f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public void testId() {
.values(4L, "zzz").exec();

tester.target("/e14/overlay_id")
.queryParam("sort", "name")
.get()
.wasOk().bodyEquals(2,
"{\"name\":\"aaa\",\"prettyName\":\"aaa_pretty\"}",
Expand Down

0 comments on commit 1fa229f

Please sign in to comment.