fix(test): Forgor a macOS test
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
47c3222b40
commit
2776b95d6d
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class BaseDirectory_Test
|
|||
public void BinHome_MacOS_Default()
|
||||
{
|
||||
Helper.Prepare("XDG_BIN_HOME", null, "MacOS");
|
||||
Assert.IsNull(BaseDirectory.BinHome);
|
||||
Assert.AreEqual(string.Empty, BaseDirectory.BinHome);
|
||||
}
|
||||
|
||||
[TestMethod, TestCategory("CacheHome")]
|
||||
|
|
Loading…
Reference in a new issue