8000 Add tests for Set-Item Cmdlet for Function Provider. by kalgiz · Pull Request #6166 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

Add tests for Set-Item Cmdlet for Function Provider. #6166

New issue

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

Merged
merged 9 commits into from
Feb 20, 2018
Prev Previous commit
Next Next commit
Adding new line at the end of FunctionProvider test file.
  • Loading branch information
kalgiz committed Feb 15, 2018
commit aa5e120af4ce7f389ba9bcf3419d13ff4cc691be
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Describe "Basic Function Provider Tests" -Tags "CI" {
$x.CategoryInfo | Should -Match "PSArgumentException"
}
}
}
}
0