Skip to content

Commit

Permalink
Update packages/xsnap/test/xsnap-eof.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Gibson <[email protected]>
  • Loading branch information
siarhei-agoric and gibson042 authored Sep 24, 2024
1 parent a6ce279 commit d44502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xsnap/test/xsnap-eof.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const testInterruption = test.macro(
const worker = await spawnReflectiveWorker(handleCommand);
const results = await issueCommandAndWait(worker, beforeWait, afterWait);
// @ts-expect-error verifyResults is untyped
await verifyResults(t, results);
verifyResults(t, results);
},
);

Expand Down

0 comments on commit d44502a

Please sign in to comment.