Skip to content

Commit

Permalink
Remove extra fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Nov 27, 2023
1 parent 2ce9b49 commit c733fcd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ Describe "Format-SpectreBarChart" {
}

It "Should handle single item data correctly" {
Mock Write-AnsiConsole {
Write-Host "FUUUCK1"
}
$data = @{ Label = "Apples"; Value = 10; Color = "Green" }
Format-SpectreBarChart -Data $data -Title "Fruit Sales" -Width 50
Assert-MockCalled Write-AnsiConsole -Times 1 -Exactly
Expand Down

0 comments on commit c733fcd

Please sign in to comment.