Skip to content

Commit c25e776

Browse files
Fix test
1 parent ece566d commit c25e776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/maxgamer/quickshop/TestBukkitBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static void setUp() {
2121
try {
2222
Field CROWDIN_OTA_HOST = Class.forName("org.maxgamer.quickshop.localization.text.distributions.crowdin.CrowdinOTA").getDeclaredField("CROWDIN_OTA_HOST");
2323
CROWDIN_OTA_HOST.setAccessible(true);
24-
CROWDIN_OTA_HOST.set(null, "");
24+
CROWDIN_OTA_HOST.set(null, "http://0.0.0.0");
2525
} catch (NoSuchFieldException | IllegalAccessException | ClassNotFoundException e) {
2626
e.printStackTrace();
2727
}

0 commit comments

Comments
 (0)