diff --git a/README.md b/README.md index 4dce6ea..7ffcf7c 100644 --- a/README.md +++ b/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) - } \ No newline at end of file + } \ No newline at end of file