Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 4569489

Browse files
committed
Fix typo in test
1 parent ceb6129 commit 4569489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ describe('composer', function () {
530530

531531
it('let/let/try/mask', function () {
532532
return invoke(composer.let({ x: 42 }, composer.let({ x: 69 },
533-
composer.try(composer.mask(() => x)), () => { })))
533+
composer.try(composer.mask(() => x), () => { }))))
534534
.then(activation => assert.deepEqual(activation.response.result, { value: 42 }))
535535
})
536536

0 commit comments

Comments
 (0)