Skip to content

Commit

Permalink
Remove copy paste doc about predicate function
Browse files Browse the repository at this point in the history
Co-authored-by: James Harris <[email protected]>
  • Loading branch information
koden-km and jmalloc authored Oct 2, 2024
1 parent 7af2265 commit b169b13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions expectation.not.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ func Not(expectation Expectation) Expectation {
}

// notExpectation is an [Expectation] that inverts another expectation.
//
// It uses a predicate function to determine whether the not expectation is met.
type notExpectation struct {
caption string
expectation Expectation
Expand Down

0 comments on commit b169b13

Please sign in to comment.