diff --git a/README.md b/README.md index 44d40e6c4..4f2f996c1 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ func TestSomething(t *testing.T) { // now we know that object isn't nil, we are safe to make // further assertions without causing any errors assert.Equal(t, "Something", object.Value) - } +} } ```