eliminate id from snapshot generation test case comparison

This commit is contained in:
Grahame Grieve 2024-11-25 17:47:38 +08:00
parent 9d33837332
commit 6af5c5a61d

View File

@ -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");
}
}