You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing full integration and unit tests for this resource has exposed an error (I do love it when good test coverage exposes issues 😄 ) in xService.
If the service does not exist , which it should not when Ensure = 'Absent', then Get-TargetResource throws an exception:
Service 'DscTestService' not found.
If there are no objections I'll fix this issue as part of #210, #212.
The text was updated successfully, but these errors were encountered:
Writing full integration and unit tests for this resource has exposed an error (I do love it when good test coverage exposes issues 😄 ) in xService.
If the service does not exist , which it should not when Ensure = 'Absent', then Get-TargetResource throws an exception:
Service 'DscTestService' not found.
If there are no objections I'll fix this issue as part of #210, #212.
The text was updated successfully, but these errors were encountered: