-
Notifications
You must be signed in to change notification settings - Fork 526
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 part of #210: Fix name and test inconsistencies for FractionInputIsEquivalentToRuleClassifierProviderTest #2221
Fix part of #210: Fix name and test inconsistencies for FractionInputIsEquivalentToRuleClassifierProviderTest #2221
Conversation
…cqli/oppia-android into fix-fraction-input-is-equivalent-tests
…ut-is-equivalent-tests
@BenHenning @vinitamurthi PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jcqli for cleaning these up! Left a few thoughts for potential additional improvements.
...domain/classify/rules/fractioninput/FractionInputIsEquivalentToRuleClassifierProviderTest.kt
Outdated
Show resolved
Hide resolved
...domain/classify/rules/fractioninput/FractionInputIsEquivalentToRuleClassifierProviderTest.kt
Outdated
Show resolved
Hide resolved
...domain/classify/rules/fractioninput/FractionInputIsEquivalentToRuleClassifierProviderTest.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jcqli. This looks good!
Explanation
Fixes part of #210 for FractionInputIsEquivalentToRuleClassifierProviderTests that were previously submitted.
Test case names and the actual test logic were inconsistent -- this change matches the actual test names to the test logic, does not add new test cases.
Checklist