Update test fix for test_SessionState.cs

This commit is contained in:
JumpingYang001 2016-03-17 20:18:29 -07:00
parent 1665d6c525
commit c460e52043

View File

@ -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);
}
}
}