We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27816fe commit 87f4dc7Copy full SHA for 87f4dc7
src/test/java/org/scijava/io/http/HTTPHandleTest.java
@@ -128,7 +128,7 @@ public void testDataHandle() throws IOException {
128
public void testDataHandleRemote() throws IOException, URISyntaxException {
129
130
final Location loc = new HTTPLocation(
131
- "https://github.com/scijava/scijava-handles-http/blob/master/src/test/resources/testfile?raw=true");
+ "https://github.com/scijava/scijava-io-http/blob/master/src/test/resources/testfile?raw=true");
132
133
try (final DataHandle<? extends Location> handle = dataHandleService.create(
134
loc))
0 commit comments