Skip to content
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 Error in method Feedback.getFeedback (#82) #83

Merged
merged 2 commits into from
Jan 26, 2021

Conversation

mrFloony
Copy link

Fixed formation of a sublist for a method Feedback.getFeedback.
Added tests for checking.

@mrFloony mrFloony changed the title Fix Error in method Feedback.getFeedback #82 Fix Error in method Feedback.getFeedback (#82) Jan 22, 2021
@vvatanabe
Copy link
Member

@mrFloony
Thanks for the PR. Almost LGTM.

Could you use assert method to determine if the test result is what you expected? It looks like the current test is just displaying the result on the standard output.

@mrFloony
Copy link
Author

mrFloony commented Jan 25, 2021

@mrFloony
Thanks for the PR. Almost LGTM.

Could you use assert method to determine if the test result is what you expected? It looks like the current test is just displaying >the result on the standard output.

Yes, I can move the body of the method into the test and check the total size of the list of matches and the size of the generated sublist

@mrFloony mrFloony closed this Jan 25, 2021
@mrFloony mrFloony reopened this Jan 25, 2021
@vvatanabe vvatanabe merged commit bef3fe8 into nulab:master Jan 26, 2021
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.

None yet

2 participants