Skip to content

Commit 5bc74d7

Browse files
test: drop -Force test (Install-Font does not handle file overwrite)
1 parent 95a9ff2 commit 5bc74d7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/GoogleFonts.Tests.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
{ Install-GoogleFont -Name 'Akshar' } | Should -Not -Throw
2424
}
2525

26-
It '[Install-GoogleFont] - Reinstalls when -Force is specified' {
27-
{ Install-GoogleFont -Name 'Akshar' -Force } | Should -Not -Throw
28-
}
29-
3026
It '[Install-GoogleFont] - Supports wildcard names' {
3127
{ Install-GoogleFont -Name 'ABee*' } | Should -Not -Throw
3228
}

0 commit comments

Comments
 (0)