We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb10da commit 9fa722fCopy full SHA for 9fa722f
tests/pester-tests/features/Extraction.Tests.ps1
@@ -43,7 +43,7 @@ Describe "Extraction tests <_> command" -Skip:(-not $env:TEST_KITCHEN) -ForEach
43
}
44
45
It 'Should output correctly' {
46
- $Output.String | Should -Match "The package contains an entry '.*' which is unsafe for extraction."
+ $Output.String | Should -Match "The package '$_.1.0.0' contains an entry '.*' which is unsafe for extraction."
47
48
49
It 'Should not create the file.' {
0 commit comments