Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantxie committed Jan 22, 2025
1 parent 47594c0 commit 6932973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/transmeta/ttheader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestTTHeaderServerReadMetainfo(t *testing.T) {

func TestTTHeaderServerWriteMetainfo(t *testing.T) {
ctx := context.Background()
ri := rpcinfo.NewRPCInfo(nil, nil, rpcinfo.NewInvocation("", ""),
ri := rpcinfo.NewRPCInfo(nil, rpcinfo.NewEndpointInfo("", "mock", nil, nil), rpcinfo.NewInvocation("", ""),
rpcinfo.NewRPCConfig(), rpcinfo.NewRPCStats())
msg := remote.NewMessage(nil, mocks.ServiceInfo(), ri, remote.Call, remote.Client)

Expand Down

0 comments on commit 6932973

Please sign in to comment.