Skip to content

Commit

Permalink
fix: comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieJoo committed Jan 7, 2025
1 parent 4ec20bb commit ea468a1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/dex/fluid-dex/fluid-dex-e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,23 +118,23 @@ describe('FluidDex E2E', () => {
describe('Mainnet', () => {
const network = Network.MAINNET;

// TODO: Uncomment when the issue is resolved. Currently no price as expected.
describe.only('FLUID -> ETH', () => {
const tokenASymbol: string = 'FLUID';
const tokenBSymbol: string = 'ETH';

const tokenAAmount: string = '160097047322810379';
const tokenBAmount: string = '79923068733005505624';

testForNetwork(
network,
dexKey,
tokenASymbol,
tokenBSymbol,
tokenAAmount,
tokenBAmount,
);
});
// TODO: Uncomment & test when the issue is resolved. Currently no price as expected.
// describe.only('FLUID -> ETH', () => {
// const tokenASymbol: string = 'FLUID';
// const tokenBSymbol: string = 'ETH';
//
// const tokenAAmount: string = '160097047322810379';
// const tokenBAmount: string = '79923068733005505624';
//
// testForNetwork(
// network,
// dexKey,
// tokenASymbol,
// tokenBSymbol,
// tokenAAmount,
// tokenBAmount,
// );
// });

describe('ETH -> INST', () => {
const tokenASymbol: string = 'ETH';
Expand Down

0 comments on commit ea468a1

Please sign in to comment.