Skip to content

Commit

Permalink
Update Server.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Feb 7, 2025
1 parent 99e7b43 commit 01e5f16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/Server.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ Describe 'Restart-PodeInternalServer' {
Mock Start-PodeInternalServer { }
Mock Write-PodeErrorLog { }
Mock Close-PodeDisposable { }
Mock Invoke-PodeEvent { }
Mock Clear-PodeLogging { }
Mock Invoke-PodeEvent { }
}

It 'Resetting the server values' {
Expand Down

0 comments on commit 01e5f16

Please sign in to comment.