Skip to content

Commit

Permalink
Update math e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-cichocki committed Oct 29, 2023
1 parent 00ac00b commit 379737f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/math.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 379737f

Please sign in to comment.