Skip to content

Commit 1c1b95a

Browse files
committed
update compilesb3 snapshot test
Same as in #150.
1 parent 8752489 commit 1c1b95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/__snapshots__/compilesb3.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export default class Stage extends StageBase {
266266
"thing"
267267
);
268268
this.vars.testList.splice(
269-
this.itemOf(this.vars.testList, 0) - 1,
269+
this.toNumber(this.itemOf(this.vars.testList, 0)) - 1,
270270
1,
271271
this.vars.testList.length
272272
);

0 commit comments

Comments
 (0)