github.com/Asutorufa/yuhaiin@v0.3.6-0.20240502055049-7984da7023a0/pkg/utils/yerror/error_test.go (about) 1 package yerror 2 3 import ( 4 "errors" 5 "testing" 6 ) 7 8 func TestError(t *testing.T) { 9 Ignore(0, errors.New("ignore error")) 10 }