Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SigismundSchlomo committed Oct 7, 2024
1 parent c2119f8 commit 46aa1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/staking/token/TokenPoolsManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe("PoolsManager", function () {
};

await poolsManager.configurePool(poolAddress, newLimitsConfig);
const updatedConfig = await proxyPool.getLimitsConfig();
const updatedConfig = await proxyPool.limitsConfig();

expect(updatedConfig.rewardTokenPrice).to.equal(2);
expect(updatedConfig.minStakeValue).to.equal(20);
Expand Down

0 comments on commit 46aa1aa

Please sign in to comment.