Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Oct 23, 2024
1 parent 23c71fa commit f2a4e14
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,16 @@ public void invertDanglingLinesWhenCreatingATieLine() {
public void testMergeAndDetachWithProperties() {
// FIXME
}

@Test
@Override
public void failMergeWithCommonAreaConflict() {
// FIXME
}

@Test
@Override
public void testMergeAndDetachWithDistinctAreas() {
// FIXME
}
}

0 comments on commit f2a4e14

Please sign in to comment.