mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 13:18:34 +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