Skip to content

Commit c55c99e

Browse files
committed
Add a Test suffix to the TreeDiffing tests
1 parent ddb39d9 commit c55c99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
import static org.variantsync.diffdetective.variation.diff.Time.BEFORE;
3131

32-
public class TreeDiffing {
32+
public class TreeDiffingTest {
3333
private final static Path testDir = Constants.RESOURCE_DIR.resolve("tree-diffing");
3434
private static Pattern expectedFileNameRegex = Pattern.compile("([^_]+)_([^_]+)_expected.lg");
3535
private static record TestCase(String basename, String matcherName, Matcher matcher) {

0 commit comments

Comments
 (0)