Skip to content

Commit

Permalink
fix failed unit tests on grpc v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuizhang17 committed Apr 10, 2024
1 parent 1657f99 commit db4c7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/grpc_reflection/service/builder/util.ex
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ defmodule GrpcReflection.Service.Builder.Util do
module.__rpc_calls__()
|> Enum.find(fn
{_, _, _} -> true
{_, _, _, _} -> true
_ -> false
end)
|> then(fn
Expand Down

0 comments on commit db4c7f7

Please sign in to comment.