Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxima-net committed Aug 30, 2022
1 parent 521945e commit b786783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type BigNumber from 'bignumber.js';

import type { Currency } from '../../../src';
import type { AtomexProtocol, BalancesProvider, BlockchainToolkitProvider, CurrencyInfo, SwapTransactionsProvider } from '../../../src/blockchain';
import { atomexProtocolMultiChainHelper } from '../../../src/blockchain/AtomexProtocolMultiChain/index';
import { atomexProtocolMultiChainHelper } from '../../../src/blockchain/atomexProtocolMultiChain/index';
import { MockBlockchainProvider, MockPriceManager } from '../../mocks';
import { redeemRewardNativeCurrencyTestCases, redeemRewardTokenTestCases } from './testCases';

Expand Down

0 comments on commit b786783

Please sign in to comment.