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

Remove log spam and minor test cleanup #409

Merged
merged 3 commits into from
Nov 8, 2023
Merged

Conversation

bdemers
Copy link
Member

@bdemers bdemers commented Nov 8, 2023

  • Cleanup test log spam
  • Simplify try/catch/fail logic in PhoneNumberBuilderTest
  • Remove usage of assert keyword in ExpressionBuildingListener

Remove usage of logger.info in tests
- Replace try/catch/fail blocks with assertJ lambda
- replace assert keyword with assertThat method
- replace LOGGER.info with .debug to remove log spam
@bdemers bdemers merged commit b91fee9 into develop Nov 8, 2023
2 checks passed
@bdemers bdemers deleted the test-log-spam-and-assert branch November 8, 2023 15:54
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.

1 participant