Skip to content

Commit

Permalink
testing default status check behavior with corrected test
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo committed Jan 10, 2024
1 parent 26ec5b3 commit f6b5e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3874,7 +3874,7 @@ public void futureEipsValuesAreUsed() {
verify(mockControllerBuilderFactory).fromEthNetworkConfig(networkArg.capture(), any(), any());
verify(mockControllerBuilder).build();

assertThat(networkArg.getValue()).isNotEqualTo(EthNetworkConfig.getNetworkConfig(FUTURE_EIPS));
assertThat(networkArg.getValue()).isEqualTo(EthNetworkConfig.getNetworkConfig(FUTURE_EIPS));

assertThat(commandOutput.toString(UTF_8)).isEmpty();
assertThat(commandErrorOutput.toString(UTF_8)).isEmpty();
Expand Down

0 comments on commit f6b5e93

Please sign in to comment.