Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stana-miric committed Dec 6, 2024
1 parent 3c3d499 commit f97a17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/interchain/provider_single_val_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (s *SingleValidatorProviderSuite) TestProviderCreateConsumer() {
testAcc, testAccKey, err := s.GetUnusedTestingAddresss()
s.Require().NoError(err)

// Confirm that a chain can be create with the minimum params (metadata)
// Confirm that a chain can be created with the minimum params (metadata)
chainName := "minParamAddConsumer-1"
createConsumerMsg := msgCreateConsumer(chainName, nil, nil, nil, testAcc)
consumerId, err := s.Provider.CreateConsumer(s.GetContext(), createConsumerMsg, testAccKey)
Expand Down Expand Up @@ -409,12 +409,12 @@ func (s *SingleValidatorProviderSuite) TestProviderTransformTopNtoOptIn() {
s.Require().Equal(testAcc, optInChain.OwnerAddress)
}

// TestOptOut tests removin validator from consumer-opted-in-validators
// TestOptOut tests removing validator from consumer-opted-in-validators
func (s *SingleValidatorProviderSuite) TestOptOut() {
testAcc, testAccKey, err := s.GetUnusedTestingAddresss()
s.Require().NoError(err)

// Add consume chain
// Add consumer chain
chainName := "TestOptOut-1"
spawnTime := time.Now().Add(time.Hour)
consumerInitParams := consumerInitParamsTemplate(&spawnTime)
Expand Down

0 comments on commit f97a17a

Please sign in to comment.