Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Dec 13, 2024
1 parent 33b694a commit 6298039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swap/utils/getSwapLiteQuote.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { type Mock, beforeEach, describe, expect, it, vi } from 'vitest';
import { isSwapError } from '../../swap/utils/isSwapError';
import { getSwapLiteQuote } from './getSwapLiteQuote';

vi.mock('./getSwapQuote');
vi.mock('../utils/formatTokenAmount');
vi.mock('@/core/api/getSwapQuote');
vi.mock('@/core/utils/formatTokenAmount');
vi.mock('../../swap/utils/isSwapError');

const toToken: Token = {
Expand Down

0 comments on commit 6298039

Please sign in to comment.