Skip to content

Commit

Permalink
after.always added
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Sep 14, 2022
1 parent d3a2a6c commit d3137cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/07.resue-worker.ava.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test.before(async t => {
t.context.accounts = {root, contract, ali};
});

test.after(async t => {
test.after.always(async t => {
await t.context.worker.tearDown().catch(error => {
console.log('Failed to tear down the worker:', error);
});
Expand Down

0 comments on commit d3137cb

Please sign in to comment.