mirror of https://github.com/stretchr/testify.git
Unit test typo fix
parent
db3bc60f5a
commit
4d8751d477
|
@ -259,7 +259,7 @@ func TestNotSame(t *testing.T) {
|
|||
t.Error("NotSame should return false; non-pointer input")
|
||||
}
|
||||
if NotSame(mockT, p, p) {
|
||||
t.Error("Same should return false")
|
||||
t.Error("NotSame should return false")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue