Skip to content

Commit

Permalink
spydk: add done()
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Mar 31, 2023
1 parent a52acb5 commit 1358646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spydk/js/src/__tests__/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ test("Can spy on messages", (done) => {
transaction.partialSign(keypair);
const txid = await connection.sendRawTransaction(transaction.serialize());
await connection.confirmTransaction(txid);
done()
})();
});

0 comments on commit 1358646

Please sign in to comment.