Skip to content

Commit

Permalink
TEST: Remove test expectation for Start-Sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 committed Dec 19, 2018
1 parent 9bde88b commit c3ff96c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Functions/Private/Show-MeditationPrompt.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ InModuleScope 'PSKoans' {
Show-MeditationPrompt @Meditation | Should -BeNullOrEmpty

Assert-MockCalled Write-Host -Times 8
Assert-MockCalled Start-Sleep -Times 3
}
}

Expand Down

0 comments on commit c3ff96c

Please sign in to comment.