mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-18 20:19:47 +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