Skip to content

test: add coverage for matching_markets method in Client - #8

Closed
bougyman with Copilot wants to merge 2 commits into
add-market-matching-endpointsfrom
copilot/sub-pr-7
Closed

test: add coverage for matching_markets method in Client#8
bougyman with Copilot wants to merge 2 commits into
add-market-matching-endpointsfrom
copilot/sub-pr-7

Conversation

CopilotAI commented Jan 4, 2026

Copy link
Copy Markdown

Addresses missing test coverage for the matching_markets method added in the parent PR.

Changes

  • Added test case in test/domeapi/client_test.rb verifying client.matching_markets returns Rubyists::Domeapi::MatchingMarkets instance
  • Follows existing pattern from polymarket test for consistency
it'returns a matching markets client'do_(client.matching_markets).must_be_instance_ofRubyists::Domeapi::MatchingMarketsend

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: bougyman <6848+bougyman@users.noreply.github.com>
CopilotAI changed the title [WIP] Address feedback on adding matching markets for sportstest: add coverage for matching_markets method in ClientJan 4, 2026
CopilotAI requested a review from bougymanJanuary 4, 2026 20:14
@bougymanbougyman closed this Jan 4, 2026
@bougyman
bougyman deleted the copilot/sub-pr-7 branch January 4, 2026 20:19
Sign up for freeto 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

@bougyman