Skip to content

Commit

Permalink
Fix local test (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Apr 20, 2021
1 parent 16123ce commit 3c4e315
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public void resetStaticVariables() {

@Test
public void defaultDirectoryIsCorrect() {
// TODO this test doesn't pass inside of windows + bash because bash sets HOME env
assumeTrue(System.getenv(StatusFile.HOME_ENV_VAR) == null);
assertEquals("./LogFiles/ApplicationInsights", initLogDir());
}

Expand Down

0 comments on commit 3c4e315

Please sign in to comment.