We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The resource unit test don't display the resource name in the Describe blocks because the variable used is scoped incorrectly: https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Unit/MSFT_NetAdapterState.Tests.ps1#L46
We have moved away from using a variable here, preferring to use a literal.
The text was updated successfully, but these errors were encountered:
Merge pull request #406 from PlagueHO/Issue-405
22d9cf5
Clean up Unit Tests - Fixes #405
PlagueHO
Successfully merging a pull request may close this issue.
The resource unit test don't display the resource name in the Describe blocks because the variable used is scoped incorrectly:
https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Unit/MSFT_NetAdapterState.Tests.ps1#L46
We have moved away from using a variable here, preferring to use a literal.
The text was updated successfully, but these errors were encountered: