Skip to content

Commit

Permalink
修改单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Oct 19, 2024
1 parent 14aa8ff commit 2f10d89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trace/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package trace

import (
"fmt"
"github.com/farseer-go/fs/trace/eumCallType"
"testing"

"github.com/farseer-go/fs/trace/eumCallType"
)

func TestTrace(t *testing.T) {
Expand All @@ -20,7 +21,7 @@ func TestTrace(t *testing.T) {
emptyManager.EntryEventConsumer("", "", "")
emptyManager.EntryTask("")
emptyManager.EntryWatchKey("")
emptyManager.EntryWebApi("", "", "", "", nil, "", "")
emptyManager.EntryWebApi("", "", "", "", nil, "")
emptyManager.TraceDatabaseOpen("", "")
emptyManager.TraceHttp("", "")
emptyManager.TraceMqSend("", "", "", "")
Expand Down

0 comments on commit 2f10d89

Please sign in to comment.