Skip to content

Commit

Permalink
add dot
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Apr 12, 2024
1 parent ac96c8c commit 6a2a7b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void runTest(final TestDefinition testDefinition) throws Throwable {

// our implementation fails when importing one of the keys in an interchange, which is already
// in our slashprotection directory with a different genesis validators root. However, the test
// does not import any keys
// does not import any keys.
if (testData.name.startsWith("wrong_genesis_validators_root")) {
LOG.info("Skipping {}", testData.name);
return;
Expand Down

0 comments on commit 6a2a7b6

Please sign in to comment.