fixup all tests
Some checks failed
test / test (push) Failing after 16s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-01-18 15:17:58 +03:00
parent 356e20440b
commit 4c0469d1f0
33 changed files with 175 additions and 281 deletions

View File

@@ -10,7 +10,7 @@ import (
tcp "go.unistack.org/micro-server-tcp/v3"
"go.unistack.org/micro/v3/broker"
"go.unistack.org/micro/v3/register"
mregister "go.unistack.org/micro/v3/register/memory"
"go.unistack.org/micro/v3/server"
)
@@ -22,7 +22,7 @@ type testHandler struct {
func TestTCPServer(t *testing.T) {
ctx := context.Background()
reg := register.NewRegister()
reg := mregister.NewRegister()
if err := reg.Init(); err != nil {
t.Fatal(err)
}