From 379737fee47b831046b73a88dc776945d3f85720 Mon Sep 17 00:00:00 2001 From: Wojciech Date: Sun, 29 Oct 2023 02:54:46 +0200 Subject: [PATCH] Update math e2e tests --- tests/math.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/math.spec.ts b/tests/math.spec.ts index a89f7351..27b933fa 100644 --- a/tests/math.spec.ts +++ b/tests/math.spec.ts @@ -2052,7 +2052,7 @@ describe('Math', () => { it('case 1', async () => { const volume = 125000 const tokenXamount = new BN(1000000) - const feeTier = FEE_TIERS[4] // 0.3% + const feeTier = FEE_TIERS[6] // 0.3% const result = dailyFactorPool(tokenXamount, volume, feeTier) assert.equal(result, 0.00037125)