Skip to content

Commit

Permalink
Fix in utils.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisNaum authored Jan 27, 2025
1 parent ee4809d commit 47fcbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type ErrorCache struct {
Error error
}

// Errorf records the given formatted string as an erro
// Errorf records the given formatted string as an error
func (ec *ErrorCache) Errorf(format string, args ...interface{}) {
ec.Error = fmt.Errorf(format, args...)
}

0 comments on commit 47fcbbe

Please sign in to comment.