Skip to content

Commit

Permalink
Fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaljaydesai committed Jun 21, 2022
1 parent 36b50c3 commit 00e8d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web3.js/test/connection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,6 @@ describe('Connection', function () {
const result = await connection.getTransaction(transaction);

if (!result) {
console.error('ANOTHER ERORR HERE');
expect(result).to.be.ok;
return;
}
Expand Down

0 comments on commit 00e8d44

Please sign in to comment.