Skip to content

Commit

Permalink
Changes as per predictated PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dscottraynsford committed Jun 1, 2017
1 parent f112c30 commit 1bedded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Integration/ModuleConflict.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ try
It "Should be able to install DSC Resource module '$moduleToTest'" {
{
Install-Module -Name $moduleToTest -ErrorAction Stop
} | Should not throw
} | Should Not Throw
}
}
}
Expand Down

0 comments on commit 1bedded

Please sign in to comment.