Skip to content

Commit 87f4dc7

Browse files
committed
Update test to match new repository location
1 parent 27816fe commit 87f4dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/scijava/io/http/HTTPHandleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void testDataHandle() throws IOException {
128128
public void testDataHandleRemote() throws IOException, URISyntaxException {
129129

130130
final Location loc = new HTTPLocation(
131-
"https://github.com/scijava/scijava-handles-http/blob/master/src/test/resources/testfile?raw=true");
131+
"https://github.com/scijava/scijava-io-http/blob/master/src/test/resources/testfile?raw=true");
132132

133133
try (final DataHandle<? extends Location> handle = dataHandleService.create(
134134
loc))

0 commit comments

Comments
 (0)