mirror of https://github.com/stretchr/testify.git
Typo fix for require.NotSamef
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…
Reference in New Issue