From 62da33b01d58c28345b2ff5e63c8d777e8005817 Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Tue, 24 Dec 2024 18:26:22 +0800 Subject: [PATCH] feat: config --- internal/tools/cron_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/internal/tools/cron_test.go b/internal/tools/cron_test.go index 890349069..b4082a5a5 100644 --- a/internal/tools/cron_test.go +++ b/internal/tools/cron_test.go @@ -2,8 +2,10 @@ package tools import ( "context" + "testing" + "github.com/openimsdk/open-im-server/v3/pkg/common/config" - kdisc "github.com/openimsdk/open-im-server/v3/pkg/common/discoveryregister" + kdisc "github.com/openimsdk/open-im-server/v3/pkg/common/discovery" pbconversation "github.com/openimsdk/protocol/conversation" "github.com/openimsdk/protocol/msg" "github.com/openimsdk/protocol/third" @@ -12,7 +14,6 @@ import ( "github.com/robfig/cron/v3" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" - "testing" ) func TestName(t *testing.T) {