Skip to content

Commit 5187633

Browse files
committed
fix test by removing a trailing dot
1 parent a8e314d commit 5187633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ton/test/pool-staker.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ describe('TonPoolStaker', () => {
2424
})
2525

2626
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.");
27+
expect(() => TonPoolStaker.selectPool(200n, 1000n, [1000n, 1000n])).to.throw("Both pools have reached their maximum stake limits");
2828
})
2929
})

0 commit comments

Comments
 (0)