dsccommunity / StorageDsc

DSC resource module is used to manage storage on Windows Servers.
https://dsccommunity.org
MIT License
69 stars 51 forks source link

Assert-MockCallled for Unit Tests for DiskAccessPath do not check Exactly #199

Closed PlagueHO closed 5 years ago

PlagueHO commented 5 years ago

The Unit tests for DiskAccessPath are not correctly assessing if mocks are called the correct number of times because the -Exactly parameter is missing.