Skip to content

Commit effa837

Browse files
authored
Merge pull request #1375 fixed typo
2 parents b5d1297 + 8276521 commit effa837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/query/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/ydb-platform/ydb-go-sdk/v3/trace"
2020
)
2121

22-
//go:generate mockgen -destination grpc_client_mock_test.go--typed -package query -write_package_comment=false github.com/ydb-platform/ydb-go-genproto/Ydb_Query_V1 QueryServiceClient,QueryService_AttachSessionClient,QueryService_ExecuteQueryClient
22+
//go:generate mockgen -destination grpc_client_mock_test.go --typed -package query -write_package_comment=false github.com/ydb-platform/ydb-go-genproto/Ydb_Query_V1 QueryServiceClient,QueryService_AttachSessionClient,QueryService_ExecuteQueryClient
2323

2424
var (
2525
_ query.Client = (*Client)(nil)

0 commit comments

Comments
 (0)