Skip to content

Commit

Permalink
!deploy v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq authored Nov 17, 2021
2 parents e791577 + 5e969d8 commit 6d930e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Module.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Describe "Module tests: $ModuleName" {
$testCase = Get-ChildItem "$SourceModulePath\Private" -Recurse -Include *.ps1 | Foreach-Object { @{item = $_.BaseName } }
It "Should throw when checking for '<item>' in the module commands" -TestCases $testCase {
param($item)
{ Get-Command -Name $item -Module $ModuleName -ErrorAction Stop } | Should -Throw "The term '$item' is not recognized as the name of a cmdlet, function, script file, or operable program."
{ Get-Command -Name $item -Module $ModuleName -ErrorAction Stop } | Should -Throw
}
}
Context "Confirm all aliases are created" {
Expand Down

0 comments on commit 6d930e6

Please sign in to comment.