Skip to content

Commit

Permalink
rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 8, 2024
1 parent 2d04c6d commit 32a3278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async function setup (): Promise<void> {
await app.generate(1)
}

describe.only('get best path - DEX burn fees', () => {
describe('get best path - DEX burn fees', () => {
it('should return fees - CAT to DFI - Both token fees direction are in', async () => {
const paths1 = await controller.getBestPath('3', '0')
expect(paths1.bestPath).toStrictEqual([
Expand Down

0 comments on commit 32a3278

Please sign in to comment.