Skip to content

Commit

Permalink
remove useless lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan committed Jan 8, 2025
1 parent 8affdca commit 4fc016e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import {
} from '../CCTP/useUpdateUsdcBalances'
import { getL2ERC20Address } from '../../util/TokenUtils'

jest.mock('../useNetworks', () => ({
useNetworks: jest.fn()
}))

jest.mock('../../util/TokenUtils', () => ({
getL2ERC20Address: jest.fn()
}))
Expand Down

0 comments on commit 4fc016e

Please sign in to comment.