-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix prediction-markets tests, I #1265
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1265 +/- ##
==========================================
+ Coverage 91.78% 91.82% +0.04%
==========================================
Files 190 190
Lines 34493 34682 +189
==========================================
+ Hits 31658 31847 +189
Misses 2835 2835
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Harald Heckmann <mail@haraldheckmann.de>
What does it do?
admin_move_market_to_resolved
with disputed markets.it_resolves_a_disputed_market
involvingsimple_disputes
.it_resolves_a_disputed_court_market
to integration tests.buy_complete_set
.create_market
.What important points should reviewers know?
Is there something left for follow-up PRs?
Remove all other TODOs. Doing that in separate PRs to avoid bloating this one.
What alternative implementations were considered?
Are there relevant PRs or issues?
References