mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-09 14:31:17 +00:00
eliminate id from snapshot generation test case comparison
This commit is contained in:
parent
9d33837332
commit
6af5c5a61d
@ -561,6 +561,7 @@ public class SnapShotGenerationXTests {
|
||||
t1.setText(null);
|
||||
StructureDefinition t2 = test.output.copy();
|
||||
t2.setText(null);
|
||||
t1.setIdBase(t2.getIdBase());
|
||||
Assertions.assertTrue(t1.equalsDeep(t2), "Output does not match expected");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user