Skip to content

Commit ee7f1e0

Browse files
author
cube
committed
Stay within the project for unit tests
1 parent 68ca8ce commit ee7f1e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/chaudhuri/ooliteaddonscanner2/ExpansionCacheTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public class ExpansionCacheTest {
3232

3333
private static File tempCacheDir;
3434

35-
private static final String testDownload = "https://dlcdn.apache.org//commons/cli/binaries/commons-cli-1.7.0-bin.tar.gz";
36-
private static final String testDownloadPath = "dlcdn.apache.org//commons/cli/binaries/commons-cli-1.7.0-bin.tar.gz";
35+
private static final String testDownload = "https://wiki.alioth.net/img_auth.php/5/52/Military_Fuel_Injectors_1.03.oxz";
36+
private static final String testDownloadPath = "wiki.alioth.net/img_auth.php/5/52/Military_Fuel_Injectors_1.03.oxz";
3737

3838
public ExpansionCacheTest() {
3939
}

0 commit comments

Comments
 (0)