mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
test(convex): update leaderboard page size expectation
This commit is contained in:
@@ -74,7 +74,7 @@ describe("leaderboards.rebuildTrendingLeaderboardInternal", () => {
|
||||
expect(result).toEqual({ ok: true, count: 1 });
|
||||
expect(runQuery).toHaveBeenCalledWith(
|
||||
expect.anything(),
|
||||
expect.objectContaining({ cursor: null, limit: 5000 }),
|
||||
expect.objectContaining({ cursor: null, limit: 1000 }),
|
||||
);
|
||||
expect(runMutation).toHaveBeenCalledTimes(2);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user