Skip to content

Commit 0acdc14

Browse files
committed
Update test to reflect POM change
1 parent 079d80e commit 0acdc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void testAccessors() throws ParserConfigurationException,
104104
assertEquals("https://github.com/scijava/scijava-common/issues",
105105
issueManagementURL);
106106
assertEquals("SciJava", pom.getOrganizationName());
107-
assertEquals("http://www.scijava.org/", pom.getOrganizationURL());
107+
assertEquals("https://scijava.org/", pom.getOrganizationURL());
108108
assertTrue(pom.getPath().endsWith("pom.xml"));
109109
assertTrue(pom.getProjectDescription().startsWith(
110110
"SciJava Common is a shared library for SciJava software."));

0 commit comments

Comments
 (0)