Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
darrellwarde committed Oct 8, 2024
1 parent 22982a8 commit 199a4b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ describe("cypher directive filtering - List Auth", () => {

expect(gqlResult.errors).toBeFalsy();
expect(gqlResult?.data).toEqual({
[Movie.plural]: [
[Movie.plural]: expect.toIncludeSameMembers([
{
custom_field: ["a", "b", "c"],
},
{
custom_field: ["bbb", "a", "bbb"],
},
],
]),
});
});

Expand Down

0 comments on commit 199a4b2

Please sign in to comment.