viper-app/pkg/errs/error_test.go

12 lines
139 B
Go

package errs
import (
"testing"
)
func TestWarpErrs(t *testing.T) {
t.Run("empty errs", func(t *testing.T) {
t.Log(WarpErrs())
})
}