Skip to content

Commit

Permalink
fix snoar issue and unit for reloading 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bxf12315 committed Jul 3, 2023
1 parent 3594dd5 commit 659c5f4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.time.Duration;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
Expand Down Expand Up @@ -71,7 +70,7 @@ public void testGetFormInfoList() {
}

@Test
public void testReloading() throws IOException, InterruptedException {
public void testHotReloading() throws IOException {
String storageUrl = Thread.currentThread().getContextClassLoader().getResource("custom/dashboards/").getFile();
File srcFile = new File(storageUrl + "products.dash.yaml");
File targetFile = new File(storageUrl + "copy.dash.yml");
Expand Down

0 comments on commit 659c5f4

Please sign in to comment.