Skip to content

Commit

Permalink
rm test log
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Sep 25, 2024
1 parent 2e5e255 commit 473a0db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/raps/unlockAndSwap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ test('[rap/unlockAndSwap] :: create unwrap eth rap', async () => {
assetToSell: WETH_MAINNET_ASSET,
assetToBuy: ETH_MAINNET_ASSET,
});
console.log('-- rap.actions', rap.actions);
expect(rap.actions.length).toBe(1);
});

Expand Down

0 comments on commit 473a0db

Please sign in to comment.