We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab0015 commit df614cfCopy full SHA for df614cf
tests/MonkeyJob.Tests.ps1
@@ -45,7 +45,7 @@ Describe 'MonkeyJob' {
45
}
46
Start-MonkeyJob @p
47
$Job = Get-MonkeyJob
48
- $Job.Job.InnerJob | Should -BeOfType [System.Management.Automation.PowerShell]
+ $Job.Task | Should -BeOfType [System.Threading.Tasks.Task]
49
50
51
It 'Get Result' {
0 commit comments