Skip to content

Commit

Permalink
Merge pull request #483 from balancer/fix-pi-test
Browse files Browse the repository at this point in the history
Fix pi test
  • Loading branch information
johngrantuk authored Nov 7, 2024
2 parents d7f1755 + 52fed3d commit bb2a12c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/two-onions-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@balancer/sdk": patch
---

Fix PI test.
2 changes: 1 addition & 1 deletion test/v3/priceImpact/priceImpact.V3.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ describe('PriceImpact V3', () => {
nestedWithBoostedPool,
);
const priceImpactSpot =
PriceImpactAmount.fromDecimal('0.0018658560496355');
PriceImpactAmount.fromDecimal('0.00206614703619');
expect(priceImpactABA.decimal).eq(priceImpactSpot.decimal);
});
});
Expand Down

0 comments on commit bb2a12c

Please sign in to comment.