Skip to content

Commit 622b5c2

Browse files
committed
Update unit test per changes in SPDX Java Library
1 parent ae516cf commit 622b5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/spdx/library/model/compat/v2/SpdxVerificationHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public void testVerifyDownloadLocation() {
216216
assertTrue(Objects.isNull(SpdxVerificationHelper.verifyDownloadLocation("bzr+https://bzr.myproject.org/MyProject/trunk@2019#src/somefile.c")));
217217

218218
// invalid
219-
assertFalse(Objects.isNull(SpdxVerificationHelper.verifyDownloadLocation("notsupported+https://bzr.myproject.org/MyProject/trunk@2019#src/somefile.c")));
219+
assertFalse(Objects.isNull(SpdxVerificationHelper.verifyDownloadLocation("notsupported")));
220220
}
221221

222222
}

0 commit comments

Comments
 (0)