mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
Typo fix for require.NotSamef
This commit is contained in:
parent
7088056203
commit
db3bc60f5a
@ -1347,7 +1347,7 @@ func NotSame(t TestingT, expected interface{}, actual interface{}, msgAndArgs ..
|
|||||||
t.FailNow()
|
t.FailNow()
|
||||||
}
|
}
|
||||||
|
|
||||||
// NotSamef asserts that two pointers reference the same object.
|
// NotSamef asserts that two pointers do not reference the same object.
|
||||||
//
|
//
|
||||||
// assert.NotSamef(t, ptr1, ptr2, "error message %s", "formatted")
|
// assert.NotSamef(t, ptr1, ptr2, "error message %s", "formatted")
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user