Skip to content

Conversation

jdesiloniz
Copy link

There was a particularly flaky test in our set of exercises, regarding the Type Classes section. This exercises expects a function to perform an ordering in a list of rational numbers. As there are multiple versions of this function that could return a correct answer, our property testing is getting falsified results almost all runs (as it tries to offer false answers and will fail if a correct response is given).

Lacking a better solution, in this case I'm changing this test to use a straightforward application instead, to avoid issues with future changes and deployments.

…s to it and gets falsified in property testing
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