Skip to content

Commit

Permalink
fix wrong library (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisqsound committed Mar 15, 2024
1 parent 43d0b43 commit 03fcd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ Types for creating custom assertions.
**Example:**

```go
func customAssertBody() asserts.AssertBody {
func customAssertBody() cute.AssertBody {
return func(bytes []byte) error {
if len(bytes) == 0 {
return errors.New("response body is empty")
Expand Down

0 comments on commit 03fcd94

Please sign in to comment.