Skip to content

Commit

Permalink
fix: rename fnMatcher string
Browse files Browse the repository at this point in the history
  • Loading branch information
damianopetrungaro committed Aug 14, 2023
1 parent 1a30c48 commit 7f5a4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gomock/matchers.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (f fnMatcher) Matches(x any) bool {
}

func (fnMatcher) String() string {
return "a customizable behaviour"
return "adheres to a custom condition"
}

type eqMatcher struct {
Expand Down

0 comments on commit 7f5a4aa

Please sign in to comment.