Skip to content

Commit

Permalink
little change
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Oct 30, 2023
1 parent 425de55 commit 34880bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public void TestThatDoesNotFailWhenSearchForOneOfDirectoriesFails()

// assert
Assert.IsNull(filePath);
t_environmentOperations.Verify(e => e.GetFolderPath(Environment.SpecialFolder.UserProfile), Times.Once);
}

[Test]
Expand All @@ -150,6 +151,7 @@ public void TestThatDoesNotFailWhenOneOfDirectoriesNotDefined()

// assert
Assert.IsNull(filePath);
t_environmentOperations.Verify(e => e.GetFolderPath(Environment.SpecialFolder.UserProfile), Times.Once);
}

private static void MockHomeDirectory()
Expand Down

0 comments on commit 34880bc

Please sign in to comment.