Skip to content

Commit

Permalink
missing close
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Nov 5, 2023
1 parent 52bb130 commit 7b78330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ export default class testMainClass extends baseMainTestClass {
request = jsonParse (cryptocom.last_request_body);
}
assert (request['params']['broker_id'] === id, 'id different from broker_id');
await cryptocom.close ();
await close (cryptocom);
}

async testBybit () {
Expand Down

0 comments on commit 7b78330

Please sign in to comment.