chore: update errors sub-module module path (#11832)

This commit is contained in:
Aleksandr Bezobchuk
2022-04-29 15:04:33 -04:00
committed by GitHub
parent 2add1bae8f
commit 9361b8501c
14 changed files with 24 additions and 27 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ func (s *errorsTestSuite) TestStackTrace() {
// Wrapping code is unwanted in the errors stack trace.
unwantedSrc := []string{
"github.com/cosmos/cosmos-sdk/errors.Wrap\n",
"github.com/cosmos/cosmos-sdk/errors.Wrapf\n",
"cosmossdk.io/errors.Wrap\n",
"cosmossdk.io/errors.Wrapf\n",
"runtime.goexit\n",
}
const thisTestSrc = "errors/stacktrace_test.go"