Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Jul 14, 2022
1 parent 6f86cba commit e7740b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void shouldReportDefaultGasLimitIfRegistrationDefaultGasLimitNotSpecified

@Test
public void shouldSETDefaultGasLimitIfRegistrationDefaultGasLimitIsSpecified() {
final String[] args = {"--Xvalidators-registration-default-gas-limit", "1000"};
final String[] args = {"--Xbuilder-registration-default-gas-limit", "1000"};
final TekuConfiguration config = getTekuConfigurationFromArguments(args);
assertThat(
config
Expand Down

0 comments on commit e7740b0

Please sign in to comment.