Skip to content

Commit 9ef148d

Browse files
committed
improved tests names
1 parent 49fcaa3 commit 9ef148d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/01_07_01-get_estimated_fees_for_next_pegout_event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('getEstimatedFeesForNextPegOutEvent', () => {
4848
await triggerRelease(rskTxHelpers, btcTxHelper);
4949
});
5050

51-
it('should allow constructing a second pegout request using the estimated fees and process both', async () => {
51+
it('should allow constructing a second pegout request using the fees from getEstimatedFeesForNextPegoutEvent and process both', async () => {
5252
try {
5353
const senderInfo = await createSenderRecipientInfo(
5454
rskTxHelper,

tests/01_07_02-get_estimated_fees_for_pegout_amount.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('getEstimatedFeesForPegOutAmount', () => {
4646
await triggerRelease(rskTxHelpers, btcTxHelper);
4747
});
4848

49-
it('should allow constructing a second pegout request using the estimated fees for pegout amount and process both', async () => {
49+
it('should allow constructing a second pegout request using the estimated fees from getEstimatedFeesForPegOutAmount and process both', async () => {
5050
try {
5151
const senderInfo = await createSenderRecipientInfo(
5252
rskTxHelper,

0 commit comments

Comments
 (0)