Skip to content

Commit 9fa722f

Browse files
committed
(#3853) Update for 2.x output
1 parent beb10da commit 9fa722f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pester-tests/features/Extraction.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Describe "Extraction tests <_> command" -Skip:(-not $env:TEST_KITCHEN) -ForEach
4343
}
4444

4545
It 'Should output correctly' {
46-
$Output.String | Should -Match "The package contains an entry '.*' which is unsafe for extraction."
46+
$Output.String | Should -Match "The package '$_.1.0.0' contains an entry '.*' which is unsafe for extraction."
4747
}
4848

4949
It 'Should not create the file.' {

0 commit comments

Comments
 (0)