mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
chore: remove repetitive word (#6971)
Signed-off-by: goodactive <goodactive@qq.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
@@ -133,7 +133,7 @@ public class JsonTestParameters<S, T> {
|
||||
// The type to which the json file is directly mapped
|
||||
private final Class<S> 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.
|
||||
|
||||
Reference in New Issue
Block a user