Skip to content

Conversation

Lucas0T
Copy link
Collaborator

@Lucas0T Lucas0T commented Jul 10, 2025

No description provided.

@Lucas0T Lucas0T linked an issue Jul 10, 2025 that may be closed by this pull request
@Lucas0T Lucas0T self-assigned this Jul 10, 2025
@@ -82,6 +83,38 @@ void testReferenceComplexType(String resource) throws IOException {
assertThat(fhirContext.newJsonParser().setPrettyPrint(true).encodeResourceToString(tgt)).isEqualTo(fhirContext.newJsonParser().setPrettyPrint(true).encodeResourceToString(expected));
}

@Test
public void mismatchProfileWithAssignedProfile() {
org.hl7.fhir.r4.model.Condition src = new org.hl7.fhir.r4.model.Condition();
Copy link
Member

Choose a reason for hiding this comment

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

please rename the nested Condition test into ConditionTest and import the Condition class

@Lucas0T Lucas0T force-pushed the 352-increase-redaction-code-coverage branch from 057d8cb to eaa64b4 Compare July 10, 2025 15:20
@Lucas0T Lucas0T force-pushed the 352-increase-redaction-code-coverage branch from eaa64b4 to a46b53e Compare July 10, 2025 15:55
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.

Increase Redaction Code Coverage
2 participants