Skip to content

Commit

Permalink
Merge pull request #22 from mgmarlow/patch-1
Browse files Browse the repository at this point in the history
Fix typo in request_including_matcher.rb
  • Loading branch information
ganmacs authored Mar 20, 2024
2 parents a4b5f63 + 7ccbe87 commit e022441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grpc_mock/matchers/request_including_matcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def inner_including(expect, key, actual)
end

def inspect
"reqeust_including(#{@expected.inspect})"
"request_including(#{@expected.inspect})"
end
end
end
Expand Down

0 comments on commit e022441

Please sign in to comment.