Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Taam <[email protected]>
  • Loading branch information
matkt committed Oct 30, 2024
1 parent 0866781 commit 6586e0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class LogRollingTests {
null,
null,
null,
null,
new MainnetBlockHeaderFunctions());
private static final BlockHeader headerTwo =
new BlockHeader(
Expand All @@ -125,6 +126,7 @@ class LogRollingTests {
null,
null,
null,
null,
new MainnetBlockHeaderFunctions());

@BeforeEach
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class LogRollingTests {
null,
null,
null,
null,
new MainnetBlockHeaderFunctions());
private static final BlockHeader headerTwo =
new BlockHeader(
Expand All @@ -128,6 +129,7 @@ class LogRollingTests {
null,
null,
null,
null,
new MainnetBlockHeaderFunctions());
private static final BlockHeader headerThree =
new BlockHeader(
Expand All @@ -153,6 +155,7 @@ class LogRollingTests {
null,
null,
null,
null,
new MainnetBlockHeaderFunctions());

private static final BlockHeader headerFour =
Expand All @@ -179,6 +182,7 @@ class LogRollingTests {
null,
null,
null,
null,
new MainnetBlockHeaderFunctions());

@BeforeEach
Expand Down

0 comments on commit 6586e0b

Please sign in to comment.