Skip to content

Commit f3315fe

Browse files
committed
Fix linting
1 parent e9389f7 commit f3315fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transaction-pay-controller/src/strategy/relay/relay-quotes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import {
99
} from './constants';
1010
import { getRelayQuotes } from './relay-quotes';
1111
import type { RelayQuote } from './types';
12+
import { NATIVE_TOKEN_ADDRESS } from '../../constants';
1213
import { getMessengerMock } from '../../tests/messenger-mock';
1314
import type { QuoteRequest } from '../../types';
1415
import { calculateGasCost, calculateTransactionGasCost } from '../../utils/gas';
1516
import { getNativeToken, getTokenFiatRate } from '../../utils/token';
16-
import { NATIVE_TOKEN_ADDRESS } from '../../constants';
1717

1818
jest.mock('../../utils/token');
1919
jest.mock('../../utils/gas');

0 commit comments

Comments
 (0)