Skip to content

Commit

Permalink
Fix proto path in test.proto (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos authored Nov 15, 2023
1 parent 93b36d3 commit 4cab81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

syntax = "proto3";

import "src/proto/grpc/testing/empty.proto";
import "src/proto/grpc/testing/messages.proto";
import "proto/empty.proto";
import "proto/messages.proto";

package grpc.testing;

Expand Down

0 comments on commit 4cab81e

Please sign in to comment.