Skip to content

Commit 8ae1ef8

Browse files
committed
fixed lint error
Signed-off-by: Somil Jain <[email protected]>
1 parent db1e83b commit 8ae1ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/query/app/apiv3/http_gateway_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ func TestHTTPGatewayStreamingMarshalError(t *testing.T) {
636636
// Use a logger to capture error logs
637637
logger, log := testutils.NewLogger()
638638
q := querysvc.NewQueryService(gw.reader,
639-
&dependencyStoreMocks.Reader{},
639+
&dependencystoremocks.Reader{},
640640
querysvc.QueryServiceOptions{},
641641
)
642642
hgw := &HTTPGateway{

0 commit comments

Comments
 (0)