Skip to content

Commit 88ad40f

Browse files
committed
(ci) Actually fix tests
1 parent 792b408 commit 88ad40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/New-BTImage.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Describe 'New-BTImage' {
8585
}
8686

8787
It 'has consitent WhatIf response' {
88-
$Expected = "What if: Performing the operation ""New-BTImage"" on target ""returning: [AdaptiveImage]:Source=$($env:TEMP)\https---raw.githubusercontent.com-Windos-BurntToast-main-Media-BurntToast.png:AlternateText=:HintCrop=Default:HintRemoveMargin=False:HintAlign=Default:AddImageQuery=""."
88+
$Expected = "What if: Performing the operation ""New-BTImage"" on target ""returning: [AdaptiveImage]:Source=$($env:TEMP)\https---raw.githubusercontent.com-Windos-BurntToast-main-images-BurntToast.png:AlternateText=:HintCrop=Default:HintRemoveMargin=False:HintAlign=Default:AddImageQuery=""."
8989
$Log | Should -Be $Expected
9090
}
9191
}

0 commit comments

Comments
 (0)