From 03fcd94cebf099caf289153b791f3c70bdf24123 Mon Sep 17 00:00:00 2001 From: Denis Khakhalkin <45341682+denisqsound@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:28:05 +0200 Subject: [PATCH] fix wrong library (#68) --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 51be6d2..b189135 100644 --- a/README.MD +++ b/README.MD @@ -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")