Skip to content

Commit b512cd5

Browse files
chore: remove eth > weth for now
1 parent 6a73b54 commit b512cd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e2e/specs/swaps/swap-action-smoke.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ describe(SmokeTrade('Swap from Actions'), (): void => {
7474
it.each`
7575
type | quantity | sourceTokenSymbol | destTokenSymbol | chainId
7676
${'swap'} | ${'1'} | ${'ETH'} | ${'USDC'} | ${'0x1'}
77-
${'wrap'} | ${'1'} | ${'ETH'} | ${'WETH'} | ${'0x1'}
7877
`(
7978
"should $type token '$sourceTokenSymbol' to '$destTokenSymbol' on chainID='$chainId'",
8079
async ({ type, quantity, sourceTokenSymbol, destTokenSymbol, chainId }): Promise<void> => {

0 commit comments

Comments
 (0)