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 b087bab commit 9f3a970Copy full SHA for 9f3a970
1 file changed
tests/deploy.ps1.Tests.ps1
@@ -124,6 +124,7 @@ Describe "deploy.ps1 integration tests" -Tag $commandName, IntegrationTests {
124
$testResults.StartTime | Should -Not -BeNullOrEmpty
125
$testResults.EndTime | Should -Not -BeNullOrEmpty
126
$testResults.EndTime | Should -BeGreaterOrEqual $testResults.StartTime
127
+ Get-ChildItem function:\ | Where-Object Name -eq Invoke-DBODeployment | Should -BeNullOrEmpty
128
}
129
$job = Start-Job -ScriptBlock $scriptBlock -ArgumentList $workFolder, "$here\constants.ps1", $newDbName
130
$job | Wait-Job | Receive-Job -ErrorAction Stop
0 commit comments