mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 12:40:21 +00:00
chore: Fix types in tests 28/N.
This commit is contained in:
@@ -98,7 +98,7 @@ describe("command queue", () => {
|
||||
await Promise.all([first, second]);
|
||||
|
||||
expect(waited).not.toBeNull();
|
||||
expect(waited as number).toBeGreaterThanOrEqual(5);
|
||||
expect(waited as unknown as number).toBeGreaterThanOrEqual(5);
|
||||
expect(queuedAhead).toBe(0);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user