diff --git a/testutil/src/main/java/org/hyperledger/besu/testutil/JsonTestParameters.java b/testutil/src/main/java/org/hyperledger/besu/testutil/JsonTestParameters.java index 942a04d29baf..88588d52187b 100644 --- a/testutil/src/main/java/org/hyperledger/besu/testutil/JsonTestParameters.java +++ b/testutil/src/main/java/org/hyperledger/besu/testutil/JsonTestParameters.java @@ -133,7 +133,7 @@ public interface Generator { // The type to which the json file is directly mapped private final Class jsonFileMappedType; - // The final type of the test case spec, which may or may not not be same than jsonFileMappedType + // The final type of the test case spec, which may or may not be same than jsonFileMappedType // Note that we don't really use this field as of now, but as this is the actual type of the final // spec used by tests, it feels "right" to have it passed explicitly at construction and having it // around could prove useful later.