mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
fixed formatting issue
This commit is contained in:
parent
d50356063b
commit
ca63639b8d
10
README.md
10
README.md
@ -16,10 +16,10 @@ The `assert` package provides some helpful methods that allow you to write bette
|
||||
|
||||
Some examples:
|
||||
|
||||
func TestSomething(t *testing.T) {
|
||||
func TestSomething(t *testing.T) {
|
||||
|
||||
assert.Equal(t, 123, 123, "they should be equal")
|
||||
assert.NotNil(t, object)
|
||||
assert.Nil(t, object)
|
||||
assert.Equal(t, 123, 123, "they should be equal")
|
||||
assert.NotNil(t, object)
|
||||
assert.Nil(t, object)
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user