Fixed incorrect logging
This commit is contained in:
parent
d365caf5a9
commit
b73c6e6f90
2 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@ func TestNotEqual(t *testing.T) {
|
|||
assert.NotEqual(t, T{A: 10}, T{A: 20})
|
||||
}
|
||||
|
||||
func TestDeepEqual(t *testing.T) {
|
||||
func TestDeepEqual(t *testing.T) {
|
||||
assert.DeepEqual(t, 0, 0)
|
||||
assert.DeepEqual(t, "Hello", "Hello")
|
||||
assert.DeepEqual(t, T{A: 10}, T{A: 10})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue