Skip to content

Commit

Permalink
test: remove cleanup fn call
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed May 9, 2024
1 parent 54505e3 commit 48a273d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/interop/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default {
}
},
after: async (_options, beforeResult) => {
await beforeResult.kuboNode.cleanup()
await beforeResult.kuboNode.stop()
}
}
Expand Down

0 comments on commit 48a273d

Please sign in to comment.