Skip to content

Commit

Permalink
remove unused part
Browse files Browse the repository at this point in the history
  • Loading branch information
elshan-eth committed Jun 27, 2024
1 parent f40578a commit 41fcacb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pvt/benchmarks/src/PoolBenchmark.behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,6 @@ export class Benchmark {
});

describe('test liquidity', () => {
sharedBeforeEach(async () => {
poolTokens = sortAddresses([tokenAAddress, tokenBAddress]);
this.tokenConfig = buildTokenConfig(poolTokens, true);
});

itTestsLiquidity();
});
};
Expand Down

0 comments on commit 41fcacb

Please sign in to comment.