updated tests for new behavior

This commit is contained in:
yusing
2024-10-11 10:00:10 +08:00
6 changed files with 142 additions and 91 deletions

View File

@@ -1,8 +1,9 @@
package error
package error_test
import (
"testing"
. "github.com/yusing/go-proxy/internal/error"
. "github.com/yusing/go-proxy/internal/utils/testing"
)

View File

@@ -1,9 +1,10 @@
package error
package error_test
import (
"errors"
"testing"
. "github.com/yusing/go-proxy/internal/error"
. "github.com/yusing/go-proxy/internal/utils/testing"
)