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

NIAD-3131-TIDY - Addressed some points made in the NIAD-3131 PR #737

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

martin-nhs
Copy link
Contributor

@martin-nhs martin-nhs commented Aug 1, 2024

Addressed some points that @adrianclay left on the main PR - #735.

@martin-nhs martin-nhs requested a review from adrianclay August 1, 2024 13:52
@martin-nhs martin-nhs enabled auto-merge (squash) August 1, 2024 16:31
Comment on lines +443 to +445
assertAll(conditions.stream().map(condition ->
() -> assertThat(condition.getMeta()).usingRecursiveComparison().isEqualTo(expectedMeta)
));
Copy link
Collaborator

@adrianclay adrianclay Aug 1, 2024

Choose a reason for hiding this comment

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

Nice!

I'm also impressed that JUnit accepts a Stream too!

Copy link
Collaborator

@adrianclay adrianclay left a comment

Choose a reason for hiding this comment

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

Nice, but I think I can spot a hole in your tests (which existed before, so not a blocker to this PR).

@martin-nhs martin-nhs merged commit 9ec6c88 into main Aug 1, 2024
1 check passed
@martin-nhs martin-nhs deleted the NIAD-3131-TIDY branch August 1, 2024 16:36
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