Skip to content

Commit

Permalink
Add missing @Test
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 22, 2024
1 parent d725aac commit f1580d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;

class PomParserTest {
@Test
void parseSingle() throws Exception {
URL resource = getClass().getClassLoader().getResource("test-pom.xml");
MavenProject mavenProject = PomParser.createMavenProject(new File(resource.toURI()), Collections.emptySet());
Expand Down

0 comments on commit f1580d4

Please sign in to comment.