-
Notifications
You must be signed in to change notification settings - Fork 521
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
Shift RichTextViewMatcher to Testing module #3053
Comments
I would like to work on this. |
Apologies for the delay. I have my semester exams going on currently. @rt4914 Will it be okay if I finish this by the end of this week? |
@Sparsh1212 any update on this? |
@anandwana001 |
I think that's up to you, as both the issues are assigned to you. |
I think it will be better if we wait for it to get merged first. Then as soon as its completed, I'll initiate a fix for this. |
@anandwana001 I have done the changes to fix this issue, but unfortunately I am not able to push the changes to the origin because of one ktlint issue in imports ordering. I also tried
ktlint error:
|
@Sparsh1212 Have you tried this - https://github.com/oppia/oppia-android/wiki/Ktlint-Guide#macros ? |
Thank you! that worked. |
Is your feature request related to a problem? Please describe.
Currently,
RichTextViewMatcher
is inside thesharedTest
folder of app module.Describe the solution you'd like
RichTextViewMatcher
is a helper class. Thus, it needs ti be in the testing module.Additional context
https://github.com/oppia/oppia-android/blob/develop/app/src/sharedTest/java/org/oppia/android/app/parser/RichTextViewMatcher.kt
The text was updated successfully, but these errors were encountered: