Skip to content

Commit 1b9feec

Browse files
authored
Fix KeyValueStorage constructor params in ExecutionContextTestFixture (#9349)
Attempting to fix flaky behaviour in AbstractBlockProcessorIntegrationTest Signed-off-by: Simon Dudley <[email protected]>
1 parent c52730b commit 1b9feec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/core/src/test-support/java/org/hyperledger/besu/ethereum/core/ExecutionContextTestFixture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ public ExecutionContextTestFixture build() {
179179
return new ExecutionContextTestFixture(
180180
genesisConfig,
181181
protocolSchedule,
182-
variablesKeyValueStorage,
183182
blockchainKeyValueStorage,
183+
variablesKeyValueStorage,
184184
dataStorageFormat);
185185
}
186186
}

0 commit comments

Comments
 (0)