Skip to content

Commit

Permalink
Add issue reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 14, 2023
1 parent bf1abad commit ca16c04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/edu/hm/hafner/coverage/NodeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.assertj.core.api.ThrowingConsumer;
import org.junit.jupiter.api.Test;
import org.junitpioneer.jupiter.DefaultLocale;
import org.junitpioneer.jupiter.Issue;

import edu.hm.hafner.coverage.Coverage.CoverageBuilder;
import edu.hm.hafner.coverage.Mutation.MutationBuilder;
Expand Down Expand Up @@ -657,7 +658,7 @@ void shouldMergeMultipleNodesWithDifferentNameInList() {
.hasOnlyChildren(parentA, parentB, parentC);
}

@Test
@Test @Issue("JENKINS-72310")
void shouldMergeWithDuplicateAndDifferentNames() {
Node parentA = new PackageNode("packageA");
Node childA = new FileNode("fileA", ".");
Expand Down

0 comments on commit ca16c04

Please sign in to comment.