We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fd3d2 commit 9a8f182Copy full SHA for 9a8f182
1 file changed
lib/tests/get_estimated_fees_methods.js
@@ -147,7 +147,7 @@ const execute = (description) => {
147
await processReleaseRequestsAndAssertQueueCleared(ONE_PEGOUT_REQUEST_EXPECTED);
148
});
149
150
- it('should revert when peg-out amount in weis is below minimum peg-out', async () => {
+ it('should revert when pegout amount in weis is below minimum peg-out', async () => {
151
await assertContractCallFails(
152
getEstimatedFeesForPegOutAmount(MINIMUM_PEGOUT_AMOUNT_IN_SATOSHIS - 1)
153
);
0 commit comments