testequal: fix readme.
This commit is contained in:
parent
c01578963d
commit
f8821ccc59
1 changed files with 1 additions and 1 deletions
|
@ -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{})
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue