Skip to content

Commit

Permalink
Fix typo (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Feb 20, 2025
1 parent 52b044d commit 6d7fdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/functions/assert/Mock/Should-Invoke.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Describe "Should-Invoke" {
Should-Invoke f -Times 1 -Exactly
}

It "Failes when mock was invoked 0 times" {
It "Fails when mock was invoked 0 times" {
function f () { }
Mock f

Expand Down

0 comments on commit 6d7fdf5

Please sign in to comment.