Skip to content

Commit eaf73c6

Browse files
committed
fix unit tests
1 parent 8cd6433 commit eaf73c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/testing/remote/grpc_store.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ func (g *gRPCLoader) NewInstance(store testing.Store) (writer testing.Writer, er
6262
return
6363
}
6464

65+
func (g *gRPCLoader) WithUserConfigDir(userConfigDir string) {
66+
// nothing to do
67+
}
68+
6569
func (g *gRPCLoader) HasMore() bool {
6670
// nothing to do
6771
return false

0 commit comments

Comments
 (0)