ccoVeille

Results 61 comments of ccoVeille

I agree with @Limero @nickajacks1 there is a need for a checker that will look for detecting this. ``` assert.Contains(t, err.Error(), "error") require.Contains(t, err.Error(), "error") s.Contains(err.Error(), "error") ``` This should...