Skip to content

Commit

Permalink
adjusting test
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Dec 2, 2024
1 parent 5b1a454 commit c2ba8ae
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class ConfigTest {
@Test
void mustDeleteConfigFile(){

final var config = Configs.getInstance();
final var config = Configs.getContext()
.configService()
.findCurrentConfig();

final var configPath = config.getConfigPath();
assertTrue(Files.exists(configPath));
Expand Down

0 comments on commit c2ba8ae

Please sign in to comment.