baseapp: fix TestGRPCRouter (#7293)

This commit is contained in:
Alessio Treglia 2020-09-14 11:30:17 +01:00 committed by GitHub
parent c96867f3dd
commit 6cd4ac9b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)