Skip to content

Commit

Permalink
add scriptblock
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Jan 17, 2025
1 parent c0ec264 commit 2568231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Testing/workflow/Build-SignRelease.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Describe "Bad Inputs Check" {
# Write-Warning "Root Folder Path: $RootFolderPath"
# Copy to pester $TestDrive and put in repo folder
# pass that repo folder to signature below
New-ModuleSignature `
{ New-ModuleSignature `
-AzureKeyVaultUrl "https://www.cisa.gov" `
-CertificateName "certificate name" `
-ReleaseVersion "0.0.1" `
-RootFolderName "nonexistantfoldername" | Should -Throw
-RootFolderName "nonexistantfoldername" } | Should -Throw
}
}

0 comments on commit 2568231

Please sign in to comment.