Skip to content

Commit a062122

Browse files
committed
Fix use of null in tests
Missed one
1 parent 0aeec6a commit a062122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/commonwl/view/researchobject/ROBundleServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void filesOverLimit() throws Exception {
221221
assertEquals(14, manifest.getAggregates().size());
222222

223223
PathMetadata urlAggregate = manifest.getAggregation(
224-
new URI("https://w3id.org/cwl/view/git/null/lobstr-draft3/models/illumina_v3.pcrfree.stepmodel?format=raw"));
224+
new URI("https://w3id.org/cwl/view/git/933bf2a1a1cce32d88f88f136275535da9df0954/lobstr-draft3/models/illumina_v3.pcrfree.stepmodel?format=raw"));
225225
assertEquals("Mark Robinson", urlAggregate.getAuthoredBy().get(0).getName());
226226

227227
}

0 commit comments

Comments
 (0)