Skip to content

Commit

Permalink
Updated Save-ShlinkUlrQrCode.Tests.ps1 +semver: skip
Browse files Browse the repository at this point in the history
  • Loading branch information
codaamok committed Mar 5, 2023
1 parent cc34b77 commit 51c1e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Public/Save-ShlinkUrlQrCode.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BeforeAll {
Describe "Save-ShlinkUrlQrCode" {
It "Create '<Format>' QR code image file of expected SHA256 hash '<SHA256>'" -TestCases @(
@{ Format = 'png'; SHA256 = 'A3D4EA74661878D8AB15AD864705AB43A095D5B60416F0B33F3E5212EEB527EF' }
@{ Format = 'svg'; SHA256 = '1887BA6FB8C26BA09CFFA76D6AEF358889501501A0255F1A6DFA890C6A02BE54' }
@{ Format = 'svg'; SHA256 = '380E532048FD830255CF8C34579D92813CB0B78F131D0E5790257A3155943391' }
) {
$Params = @{
Path = $TestDrive
Expand Down

0 comments on commit 51c1e18

Please sign in to comment.