Skip to content

Commit

Permalink
we have 6 arguments now
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvercr committed Jan 16, 2025
1 parent c7bb3ca commit 048bc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/processors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe("SDS processors tests", async () => {

const argss = extractSteps(proc, quads, config);
expect(argss.length).toBe(1);
expect(argss[0].length).toBe(5);
expect(argss[0].length).toBe(6);

const [[c, loc, save, si, so]] = argss;

Expand Down

0 comments on commit 048bc7b

Please sign in to comment.