Pester 5 Prep
This commit is contained in:
@@ -63,7 +63,7 @@ Describe $global:function -Tag 'Unit', 'Source', 'Built' {
|
||||
}
|
||||
|
||||
It "runs when called" {
|
||||
Invoke-ZARestRequest -uri "myuri" | Should Be "Ran Command"
|
||||
Invoke-ZARestRequest -uri "myuri" | Should -Be "Ran Command"
|
||||
}
|
||||
|
||||
It "throws when the last action was over 60 minutes ago" {
|
||||
|
||||
Reference in New Issue
Block a user