Skip to content

Commit 489a2ff

Browse files
jeremy-thenmarcos-iov
authored andcommitted
Remove unnecessary parameter
1 parent 4ded56e commit 489a2ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/tests/activate-fork renamed to lib/tests/activate-fork.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const { getRskTransactionHelpers } = require('../rsk-tx-helper-provider');
55

66
const execute = (fork) => {
77

8+
// Unskip when there is a new fork to be tested pre and post.
89
describe.skip(`Activate ${fork.name} fork`, () => {
910

1011
it(`should mine blocks until reach ${fork.activationHeight}th block in order to activate the fork`, async () => {

tests/01_04_55-call_receive_header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const receiveHeaderTests = require('../lib/tests/call_receive_header');
22

3-
receiveHeaderTests.execute('Calling receiveHeader', () => Runners.hosts.federate.host);
3+
receiveHeaderTests.execute('Calling receiveHeader');

0 commit comments

Comments
 (0)