Skip to content

Commit

Permalink
feat: config
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Dec 24, 2024
1 parent 2e4905e commit 62da33b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/tools/cron_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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) {
Expand Down

0 comments on commit 62da33b

Please sign in to comment.