Skip to content

Commit

Permalink
Use MetricServiceServer in fakeMetricService.
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Jul 5, 2019
1 parent e19adcf commit df6ef2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions equivalence_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ func TestEquivalenceStatsVsMetricsUploads(t *testing.T) {
}

type fakeMetricsServer struct {
monitoringpb.MetricServiceServer
mu sync.RWMutex
stackdriverTimeSeries []*monitoringpb.CreateTimeSeriesRequest
stackdriverMetricDescriptors []*monitoringpb.CreateMetricDescriptorRequest
Expand Down

0 comments on commit df6ef2d

Please sign in to comment.