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

Comment improvements based on @michelleblom's review. #157

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

vteague
Copy link
Member

@vteague vteague commented Jul 23, 2024

This is just for the improvements based on @michelleblom 's review of #153. (I merged it before I remembered to push these changes.)

@vteague vteague requested a review from michelleblom July 23, 2024 11:30
import static au.org.democracydevelopers.corla.endpoint.GenerateAssertions.UNKNOWN_WINNER;
import static org.testng.Assert.assertTrue;
import static org.testng.Assert.assertEquals;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has no class level comment.

@Test
public void retrieveSuccessSummaryGetWinner() {
testUtils.log(LOGGER, "retrieveSuccessSummaryGetWinner");

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

winner should be final?

@Test
public void retrieveFailureSummaryGetUnknownWinner() {
testUtils.log(LOGGER, "retrieveFailureSummaryGetUnknownWinner");

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should winner be final? also applies for other tests.

@vteague vteague merged commit fab2f1c into main Jul 30, 2024
1 check passed
@vteague vteague deleted the 100-persist-irvballotinterpretation branch July 30, 2024 07:41
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