Skip to content

Commit 74d61f2

Browse files
committed
f: tests/calc-seconds-per-block.js
1 parent 6077859 commit 74d61f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/calc-seconds-per-block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ if (secondsPerBlock !== DashGov._AVG_SECS_PER_BLOCK) {
1212
console.info(
1313
`PASS: DashGov.estimateSecondsPerBlock() == ${DashGov._AVG_SECS_PER_BLOCK}`,
1414
);
15-
console.info(`PASS: DashGov.measureSecondsPerBlock(snapshot)`);
15+
console.info(`PASS: DashGov.measureSecondsPerBlock(snapshot, root)`);

0 commit comments

Comments
 (0)