Skip to content

Commit f814a96

Browse files
committed
tests
1 parent 5396371 commit f814a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/__tests__/__integration__/utils/daily-leaderboards.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ describe("Daily Leaderboards", () => {
248248
5,
249249
dailyLeaderboardsConfig,
250250
true,
251-
[user2.uid, user4.uid]
251+
[user2.uid, user4.uid, new ObjectId().toHexString()]
252252
);
253253
//THEN
254254
expect(results).toEqual({
@@ -276,7 +276,7 @@ describe("Daily Leaderboards", () => {
276276
2,
277277
dailyLeaderboardsConfig,
278278
true,
279-
[user1.uid, user2.uid, user4.uid]
279+
[user1.uid, user2.uid, user4.uid, new ObjectId().toHexString()]
280280
);
281281

282282
//THEN

0 commit comments

Comments
 (0)