-
Notifications
You must be signed in to change notification settings - Fork 214
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
Test failures -> Cardano.Wallet.Primitive.Types.Ranges #917
Comments
3 tasks
iohk-bors bot
added a commit
that referenced
this issue
Oct 28, 2019
927: Fix range tests by generating non-singleton ranges directly. r=jonathanknowles a=jonathanknowles # Issue Number #917 # Overview This PR: - [x] Adds a `NonSingletonRange` type and associated `Arbitrary` instance. Generated ranges of this type are always expected to contain than one value. - [x] Adds tests to demonstrate that the generator and shrinker for `NonSingletonRange` always produces non-singleton ranges. - [x] Uses the `NonSingletonRange` type to replace the preconditions for the `isSubrange` tests. # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Jonathan Knowles <[email protected]>
@jonathanknowles please remember to send this to QA if now fixed. |
Done. |
lgtm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Those tests failed already on several prs.
Additional context: #915 (comment)
Steps to Reproduce
Expected behavior
Should pass.
Actual behavior
They fail.
Resolution Plan
PR
develop
QA
The text was updated successfully, but these errors were encountered: