update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-27 01:24:35 +03:00
parent 5a63953d3f
commit a6b5ee450f
87 changed files with 1461 additions and 1179 deletions

View File

@@ -3,8 +3,8 @@ package reflect
import (
"testing"
pb "github.com/unistack-org/micro-tests/util/reflect/proto"
rutil "github.com/unistack-org/micro/v3/util/reflect"
pb "go.unistack.org/micro-tests/util/reflect/proto"
rutil "go.unistack.org/micro/v3/util/reflect"
)
func TestFieldName(t *testing.T) {
@@ -50,7 +50,6 @@ func TestMergeBool(t *testing.T) {
if !s.Bool {
t.Fatalf("merge bool error: %#+v\n", s)
}
}
func TestMergeString(t *testing.T) {
@@ -80,7 +79,6 @@ func TestMergeString(t *testing.T) {
if s.Bool != "false" {
t.Fatalf("merge bool error: %#+v\n", s)
}
}
func TestMerge(t *testing.T) {