Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Rename plugin/ocgrpc/testdata to plugin/internal/testpb
Browse files Browse the repository at this point in the history
Fixes: #549
  • Loading branch information
Ramon Nogueira committed Mar 9, 2018
1 parent 0ccdb21 commit 8851e46
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/ocgrpc/trace_common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"testing"
"time"

testpb "go.opencensus.io/plugin/ocgrpc/testdata"
testpb "go.opencensus.io/plugin/ocgrpc/internal/testpb"
"go.opencensus.io/trace"
"golang.org/x/net/context"
"google.golang.org/grpc"
Expand Down

0 comments on commit 8851e46

Please sign in to comment.