Skip to content

Commit f050775

Browse files
committed
CI test
1 parent d0ac149 commit f050775

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/org/variantsync/diffdetective/variation/diff/construction

src/main/java/org/variantsync/diffdetective/variation/diff/construction/GumTreeDiff.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public static <B extends VariationNode<B, L>, L extends Label> DiffNode<L> diffU
9393

9494
MappingStore matching = matcher.match(src, dst);
9595

96+
Assert.assertTrue(matching.has(src, dst));
9697
// We assume that the root nodes are matched.
9798
if (!matching.has(src, dst)) {
9899
if (matching.isSrcMapped(src)) {

0 commit comments

Comments
 (0)