We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e314d commit 5187633Copy full SHA for 5187633
packages/ton/test/pool-staker.spec.ts
@@ -24,6 +24,6 @@ describe('TonPoolStaker', () => {
24
})
25
26
it('should throw an error if both pools have reached maxStake', () => {
27
- expect(() => TonPoolStaker.selectPool(200n, 1000n, [1000n, 1000n])).to.throw("Both pools have reached their maximum stake limits.");
+ expect(() => TonPoolStaker.selectPool(200n, 1000n, [1000n, 1000n])).to.throw("Both pools have reached their maximum stake limits");
28
29
0 commit comments