Update test fix for test_SessionState.cs
This commit is contained in:
parent
1665d6c525
commit
c460e52043
@ -27,7 +27,7 @@ namespace PSTests
|
||||
ExecutionContext executionContext = new ExecutionContext(engine, hostInterface, iss);
|
||||
SessionStateInternal sessionState = new SessionStateInternal(executionContext);
|
||||
Collection<PSDriveInfo> drives = sessionState.Drives(null);
|
||||
Assert.True(drives.Count>0);
|
||||
Assert.NotNull(drives);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user