mirror of
https://github.com/stretchr/testify.git
synced 2025-07-15 00:29:53 +00:00
Unit test typo fix
This commit is contained in:
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…
x
Reference in New Issue
Block a user