Skip to content

Commit

Permalink
fixup! test/asserter: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe committed Nov 16, 2021
1 parent f0a600f commit a1fd85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/testutil/assert.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (a Asserter) Using(groups definition.SpecGroups) Asserter {
return a
}

// On retunrs an asserter configured to check for existence on the supplied entities.
// On returns an asserter configured to check for existence on the supplied entities.
func (a Asserter) On(entities []*integration.Entity) Asserter {
a.entities = entities
return a
Expand Down
2 changes: 1 addition & 1 deletion internal/testutil/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// to parse flags.
var integrationMutex = sync.Mutex{}

// NewIntegration retunrs a new integration.Integration ready for use in testing and mocks.
// NewIntegration returns a new integration.Integration ready for use in testing and mocks.
// Integration will use the test name and will fail the test if creation is unsuccessful.
func NewIntegration(t *testing.T) *integration.Integration {
integrationMutex.Lock()
Expand Down

0 comments on commit a1fd85d

Please sign in to comment.