Skip to content

Commit

Permalink
Update tests/interchain/provider_single_val_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Poke <[email protected]>
  • Loading branch information
stana-miric and mpoke authored Dec 9, 2024
1 parent f97a17a commit c605a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interchain/provider_single_val_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ func (s *SingleValidatorProviderSuite) TestInfractionParameters() {
// chain is in pre-launched phase, params are updated immediatelly
s.Require().Equal(infractionParamsTemplate(), convertJsonToInfractionParameters(consumerChain.InfractionParams))

// Confirm that a chain can be created with custom infrection parameters set only for double sign
// Confirm that a chain can be created with custom infraction parameters set only for double sign
chainName = "doubleSignInfractionParams-1"
infractionParams := infractionParamsTemplate()
infractionParams.Downtime = nil
Expand Down

0 comments on commit c605a68

Please sign in to comment.