Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Oct 5, 2024
1 parent 34c12c3 commit 9e759c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/ru/r2cloud/tle/HousekeepingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ public void start() throws Exception {

config = new TestConfiguration(tempFolder, FileSystems.getDefault());
config.setProperty("tle.cacheFileLocation", new File(tempFolder.getRoot(), "tle.json").getAbsolutePath());
config.setProperty("satellites.meta.location", "./src/test/resources/satellites-test.json");
config.setProperty("satellites.leosatdata.location", new File(tempFolder.getRoot(), "leosatdata.json").getAbsolutePath());
config.setProperty("satellites.leosatdata.new.location", new File(tempFolder.getRoot(), "leosatdata.new.json").getAbsolutePath());
config.setProperty("satellites.satnogs.location", new File(tempFolder.getRoot(), "satnogs.json").getAbsolutePath());
Expand Down

0 comments on commit 9e759c0

Please sign in to comment.