Skip to content

Commit

Permalink
Fix folder icon resolution test
Browse files Browse the repository at this point in the history
The default folder icon has changed
  • Loading branch information
devblackops committed Oct 23, 2020
1 parent a58f0cb commit 63df923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Format-TerminalIcons.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe 'Format-TerminalIcons' {
$folder = New-Item -Path "TestDrive:/$folderName" -Type Directory
$string = $folder | Format-TerminalIcons
it 'Resolves a random directory to a default icon' {
$string.Substring(0,1) | should -be "$([char]0xf07b)"
$string.Substring(0,1) | should -be "$([char]0xf413)"
}
}

Expand Down

0 comments on commit 63df923

Please sign in to comment.