From 12daa907bd40149faf65b92285090532689c279a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 4 Jan 2026 20:29:23 +0000 Subject: [PATCH 1/2] Initial plan From d9056c89c08eb7dfe9c05fb3d795fd10c23ecadd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 4 Jan 2026 20:33:08 +0000 Subject: [PATCH 2/2] test: add coverage for matching_markets client method Co-authored-by: bougyman <6848+bougyman@users.noreply.github.com> --- test/domeapi/client_test.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/domeapi/client_test.rb b/test/domeapi/client_test.rb index a783e1b..c0a3aec 100644 --- a/test/domeapi/client_test.rb +++ b/test/domeapi/client_test.rb @@ -32,4 +32,8 @@ it 'returns a polymarket client' do _(client.polymarket).must_be_instance_of Rubyists::Domeapi::Polymarket::Client end + + it 'returns a matching markets instance' do + _(client.matching_markets).must_be_instance_of Rubyists::Domeapi::MatchingMarkets + end end