Skip to content

Commit

Permalink
fix missing subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Jul 8, 2024
1 parent 28ccb90 commit 67a7b0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fuel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ describe('place and fill spot order', () => {
console.log(fuelPosition.toString());
assert(fuelPosition.gt(ZERO));

await makerDriftClientUser.unsubscribe();
await makerDriftClient.unsubscribe();

await takerDriftClientUser.unsubscribe();
await takerDriftClient.unsubscribe();
});
Expand Down

0 comments on commit 67a7b0c

Please sign in to comment.