diff --git a/testequal/README.md b/testequal/README.md index 0177755..7b3b42b 100644 --- a/testequal/README.md +++ b/testequal/README.md @@ -4,7 +4,7 @@ ``` func AssertEqual(t T, expected, actual interface{}, msgAndArgs ...interface{}) bool -func AssertNotEqual(t T, expected, actual interface{}, msgAndArgs ...interface{}) +func AssertNotEqual(t T, expected, actual interface{}, msgAndArgs ...interface{}) bool func RequireEqual(t T, expected, actual interface{}, msgAndArgs ...interface{}) func RequireNotEqual(t T, expected, actual interface{}, msgAndArgs ...interface{}) ```