Skip to content

Commit

Permalink
fix: fixing flaky test, because order for distinct may be random (#7954)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus authored Aug 21, 2024
1 parent 99e4a56 commit ead1959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/e2e/api/admin/event.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ test('event creators - takes single distinct username, if 2 users have same id',
expect(body).toMatchObject([
{
id: 2,
name: 'test-user4',
},
]);
});

0 comments on commit ead1959

Please sign in to comment.