Skip to content

Commit 83135b6

Browse files
committed
fix missing import
1 parent e76662c commit 83135b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-durable-execution-sdk-js-examples/src/examples/map/min-successful/map-min-successful.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ createTests({
88
skipTime: false,
99
checkpointDelay: 100,
1010
},
11-
tests: (runner) => {
11+
tests: (runner, { assertEventSignatures }) => {
1212
it("should complete early when minSuccessful is reached", async () => {
1313
const execution = await runner.run();
1414
const result = execution.getResult() as any;

0 commit comments

Comments
 (0)