Skip to content

Commit

Permalink
update test to account for change to file names
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Aug 4, 2020
1 parent 054f930 commit c85cd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BurntToast.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Describe 'New-BTImage' {
Remove-Item tmp.log
}
It 'has consitent WhatIf response' {
$Expected = "What if: Performing the operation ""New-BTImage"" on target ""returning: [AdaptiveImage]:Source=$($env:TEMP)\BurntToast.png:AlternateText=:HintCrop=Default:HintRemoveMargin=False:HintAlign=Default:AddImageQuery=""."
$Expected = "What if: Performing the operation ""New-BTImage"" on target ""returning: [AdaptiveImage]:Source=$($env:TEMP)\https---raw.githubusercontent.com-Windos-BurntToast-master-Media-BurntToast.png:AlternateText=:HintCrop=Default:HintRemoveMargin=False:HintAlign=Default:AddImageQuery=""."
$Log | Should -Be $Expected
}
}
Expand Down

0 comments on commit c85cd18

Please sign in to comment.