Skip to content

Commit 371ded4

Browse files
committed
Fixed test suite teardown
1 parent 2c9489e commit 371ded4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/test/src/test-standalone-activities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ if (RUN_INTEGRATION_TESTS) {
118118

119119
test.after.always(async (t) => {
120120
t.context.worker.shutdown();
121+
await t.context.env.teardown();
121122
await t.context.runPromise;
122123
});
123124

0 commit comments

Comments
 (0)