mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 02:10:45 +00:00
test: tighten plugin provider array assertions
This commit is contained in:
@@ -96,7 +96,7 @@ describe("runtime TaskFlow", () => {
|
||||
});
|
||||
|
||||
expect(otherTaskFlow.get(created.flowId)).toBeUndefined();
|
||||
expect(otherTaskFlow.list()).toEqual([]);
|
||||
expect(otherTaskFlow.list()).toStrictEqual([]);
|
||||
|
||||
const child = ownerTaskFlow.runTask({
|
||||
flowId: created.flowId,
|
||||
|
||||
Reference in New Issue
Block a user