baseapp: fix TestGRPCRouter (#7293)
This commit is contained in:
parent
c96867f3dd
commit
6cd4ac9b50
|
@ -19,7 +19,7 @@ func TestGRPCRouter(t *testing.T) {
|
|||
testdata.RegisterTestServiceServer(qr, testdata.TestServiceImpl{})
|
||||
helper := &QueryServiceTestHelper{
|
||||
GRPCQueryRouter: qr,
|
||||
ctx: sdk.Context{},
|
||||
ctx: sdk.Context{}.WithContext(context.Background()),
|
||||
}
|
||||
client := testdata.NewTestServiceClient(helper)
|
||||
|
||||
|
|
Loading…
Reference in New Issue