Skip to content

Commit

Permalink
stats/opentelemetry: Fix protobuf import (#7320)
Browse files Browse the repository at this point in the history
  • Loading branch information
zasweq authored Jun 12, 2024
1 parent 4dd7f55 commit 8075dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/opentelemetry/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func setup(t *testing.T, methodAttributeFilter func(string) bool) (*metric.Manua
func (s) TestMethodAttributeFilter(t *testing.T) {
maf := func(str string) bool {
// Will allow duplex/any other type of RPC.
return str != testpb.TestService_UnaryCall_FullMethodName
return str != testgrpc.TestService_UnaryCall_FullMethodName
}
reader, ss := setup(t, maf)
defer ss.Stop()
Expand Down

0 comments on commit 8075dd3

Please sign in to comment.