Skip to content

Commit

Permalink
minor up: fixme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
expectto committed Jan 21, 2024
1 parent 10ee84b commit 7a2b33c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/psi/from-gomock.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ func FromGomock(m types.GomockMatcher) types.BeMatcher {
type upgradedGomockMatcher struct {
types.GomockMatcher

gomegaMatchFunc func(any) (bool, error)
gomegaFailureMessageFunc func(any) string
gomegaNegatedFailureMessageFunc func(any) string
// todo: fixme
//gomegaMatchFunc func(any) (bool, error)
//gomegaFailureMessageFunc func(any) string
//gomegaNegatedFailureMessageFunc func(any) string
}

func (cm *upgradedGomockMatcher) Match(x any) (bool, error) {
Expand Down

0 comments on commit 7a2b33c

Please sign in to comment.