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 12987a6 commit 8968fc5
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 @@ -675,7 +675,7 @@ func (s *SingleValidatorProviderSuite) TestInfractionParameters() {
s.Require().Equal(infractionParams.Downtime, response.Downtime)
s.Require().Equal(defaultInfractionParams.DoubleSign, response.DoubleSign)

// Confirm that a chain can be created with custom infrection parameters set for both downtime and doublesign
// Confirm that a chain can be created with custom infraction parameters set for both downtime and doublesign
chainName = "infractionParams-1"
spawnTime := time.Now().Add(time.Hour)
consumerInitParams := consumerInitParamsTemplate(&spawnTime)
Expand Down

0 comments on commit 8968fc5

Please sign in to comment.