diff --git a/spike/a_test.go b/spike/a_test.go index 5e38966..b671664 100644 --- a/spike/a_test.go +++ b/spike/a_test.go @@ -14,5 +14,5 @@ func A_Test(t *testing.T) { } func Test(t *testing.T) { - assert.Nil(t, 123, "It Should not be nil") + assert.NotNil(t, 123, "It Should not be nil") }