Skip to content

test: add coverage for matching_markets client method#11

Closed
Copilot wants to merge 2 commits intoadd-market-matching-endpointsfrom
copilot/sub-pr-7
Closed

test: add coverage for matching_markets client method#11
Copilot wants to merge 2 commits intoadd-market-matching-endpointsfrom
copilot/sub-pr-7

Conversation

Copy link

Copilot AI commented Jan 4, 2026

Adds missing test coverage for the matching_markets method in the Client class, as identified in PR #7 review feedback.

Changes

  • Added test case in test/domeapi/client_test.rb verifying client.matching_markets returns a Rubyists::Domeapi::MatchingMarkets instance
  • Mirrors existing test pattern for client.polymarket on line 32-34
it 'returns a matching markets instance' do
  _(client.matching_markets).must_be_instance_of Rubyists::Domeapi::MatchingMarkets
end

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants