This is an automated email from the ASF dual-hosted git repository. xikai pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-meta.git
commit b3d62d9cbd7e8c56c7ca77d3c627a8c881e3ae6f Author: CooooolFrog <[email protected]> AuthorDate: Wed Jan 10 15:24:28 2024 +0800 fix ut --- pkg/coderr/error_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/coderr/error_test.go b/pkg/coderr/error_test.go index 53bc39d..dc44538 100644 --- a/pkg/coderr/error_test.go +++ b/pkg/coderr/error_test.go @@ -32,7 +32,7 @@ func TestErrorStack(t *testing.T) { cerr := NewCodeError(Internal, "test internal error") err := cerr.WithCausef("failed reason:%s", "for test") errDesc := fmt.Sprintf("%s", err) - expectErrDesc := "ceresmeta/pkg/coderr/error_test.go:" + expectErrDesc := "horaedb-meta/pkg/coderr/error_test.go:" r.True(strings.Contains(errDesc, expectErrDesc), "actual errDesc:%s", errDesc) } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
