Skip to content
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

Unable to Import PowerSTIG 4.4.0 Due to cyclic dependency Error #617

Merged
merged 18 commits into from
May 19, 2020
Merged
Prev Previous commit
Next Next commit
updated test
  • Loading branch information
erjenkin committed May 13, 2020
commit 18ffc7dce5a4a4476bb8314e334dc9793a5a6807
2 changes: 1 addition & 1 deletion Tests/Integration/Module/PowerStig.Integration.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Describe "$moduleName module" {
Context 'Import PowerSTIG should not throw' {

It "Should not throw and error" {
Import-Module PowerSTIG | Should -Not -Throw
{Import-Module PowerSTIG} | Should -Not -Throw
erjenkin marked this conversation as resolved.
Show resolved Hide resolved
}
}
}