Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzhelyazkov committed Oct 1, 2024
1 parent a967d11 commit acedbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/forge/CarbonVortex.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract CarbonVortexTest is TestFixture {
// Test case parser helper
VortexTestCaseParser private testCaseParser;

uint32 private constant REWARDS_PPM_DEFAULT = 5000;
uint32 private constant REWARDS_PPM_DEFAULT = 1000;
uint32 private constant REWARDS_PPM_UPDATED = 7000;

uint32 private constant PRICE_RESET_MULTIPLIER_DEFAULT = 2;
Expand Down

0 comments on commit acedbb7

Please sign in to comment.