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
Update based on PR feedback
  • Loading branch information
erjenkin committed May 19, 2020
commit 6f2655cd1eb683d386aafd6b9676f421c407909b
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
}
}
}