Skip to content

Commit

Permalink
Revert "add failing test"
Browse files Browse the repository at this point in the history
This reverts commit 8685ee8.
  • Loading branch information
chrisirhc committed Jun 26, 2024
1 parent 4d1b853 commit 68ca600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/example_protos/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ proto_library(
proto_library(
name = "thing_proto",
srcs = ["thing.proto"],
import_prefix = "examples/proto-dash",
import_prefix = "examples/proto",
visibility = ["//visibility:public"],
deps = [
"@protobuf//:any_proto",
Expand Down
2 changes: 1 addition & 1 deletion modules/example_protos/greeter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option go_package = "github.com/rules-proto-grpc/rules_proto_grpc/examples/proto
package greeter;

import "google/protobuf/any.proto";
import "examples/proto-dash/thing.proto";
import "examples/proto/thing.proto";


// The greeting service definition.
Expand Down

0 comments on commit 68ca600

Please sign in to comment.