Skip to content

Commit be5b13e

Browse files
committed
POMTest: update test for GitHub Actions
1 parent 565f9a9 commit be5b13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/scijava/util/POMTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ public void testAccessors() throws ParserConfigurationException,
9292
assertEquals("org.scijava", pom.getGroupId());
9393
assertEquals("scijava-common", pom.getArtifactId());
9494
assertNotNull(pom.getVersion());
95-
assertEquals("Travis CI", pom.getCIManagementSystem());
95+
assertEquals("GitHub Actions", pom.getCIManagementSystem());
9696
final String ciManagementURL = pom.getCIManagementURL();
97-
assertEquals("https://travis-ci.org/scijava/scijava-common",
97+
assertEquals("https://github.com/scijava/scijava-common/actions",
9898
ciManagementURL);
9999
assertEquals("GitHub Issues", pom.getIssueManagementSystem());
100100
final String issueManagementURL = pom.getIssueManagementURL();

0 commit comments

Comments
 (0)