Skip to content

Commit

Permalink
test: makeHandledPromise takes no args
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 1, 2022
1 parent d987ab2 commit 3f778ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eventual-send/test/get-hp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import makeE from '../src/E.js';
import { makeHandledPromise } from '../src/handled-promise.js';

export const HandledPromise = makeHandledPromise(Promise);
export const HandledPromise = makeHandledPromise();
export const E = makeE(HandledPromise);

0 comments on commit 3f778ba

Please sign in to comment.