Skip to content

Commit

Permalink
fix test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Fight committed Dec 15, 2022
1 parent 8bbed91 commit 4aa7dac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/remoting/getty/getty_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ import (
"reflect"
"testing"

"github.com/seata/seata-go/pkg/protocol/codec"
"github.com/seata/seata-go/pkg/protocol/message"

"github.com/agiledragon/gomonkey"
getty "github.com/apache/dubbo-getty"
"github.com/seata/seata-go/pkg/protocol/message"
"github.com/stretchr/testify/assert"
)

Expand Down Expand Up @@ -86,6 +88,7 @@ func TestGettyRemotingClient_SendAsyncRequest(t *testing.T) {

// Test_syncCallback unit test for syncCallback function
func Test_syncCallback(t *testing.T) {
codec.Init()
tests := []struct {
name string
respMsg *message.MessageFuture
Expand Down

0 comments on commit 4aa7dac

Please sign in to comment.