Skip to content

Commit

Permalink
Removes console.log
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <konstantina.blajukova@gmail.com>
  • Loading branch information
konstantinabl committed Apr 24, 2024
1 parent 9710e42 commit 7374fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/relay/tests/lib/precheck.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ describe('Precheck', async function () {
await precheck.verifyAccount(parsedTx);
expectedError();
} catch (e: any) {
console.log(e);
expect(e).to.exist;
expect(e.code).to.eq(-32001);
expect(e.name).to.eq('Resource not found');
Expand Down

0 comments on commit 7374fc8

Please sign in to comment.