Skip to content

Commit 9a8f182

Browse files
committed
changed test name for consistency
1 parent 98fd3d2 commit 9a8f182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tests/get_estimated_fees_methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const execute = (description) => {
147147
await processReleaseRequestsAndAssertQueueCleared(ONE_PEGOUT_REQUEST_EXPECTED);
148148
});
149149

150-
it('should revert when peg-out amount in weis is below minimum peg-out', async () => {
150+
it('should revert when pegout amount in weis is below minimum peg-out', async () => {
151151
await assertContractCallFails(
152152
getEstimatedFeesForPegOutAmount(MINIMUM_PEGOUT_AMOUNT_IN_SATOSHIS - 1)
153153
);

0 commit comments

Comments
 (0)