Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Oct 16, 2024
1 parent 1c56aea commit 92a4812
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sdk/test/live.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { e2eLiveNetworkDryRunFlow } from './pre-built';
describe('it should work on live networks', () => {
it('should work on mainnet', async () => {
const res = await e2eLiveNetworkDryRunFlow('mainnet');

console.log(res);

expect(res.effects.status.status).toEqual('success');
});

Expand Down

0 comments on commit 92a4812

Please sign in to comment.