testequal: fix readme.

This commit is contained in:
Arseny Balobanov 2020-03-26 21:18:12 +03:00
parent c01578963d
commit f8821ccc59

View file

@ -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{})
```