Skip to content

Commit 92ad945

Browse files
Minor Test fix (side effect of removing vestigial build definitions)
1 parent 6a0c07f commit 92ad945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSDevOps.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ describe 'Calling REST APIs' {
340340
}
341341
it 'Can get build definitions' {
342342
$buildDefinitions = @(Get-ADOBuild -Organization StartAutomating -Project PSDevOps -Definition)
343-
$buildDefinitions.Count | should -BeGreaterThan 1
343+
$buildDefinitions.Count | should -BeGreaterThan 0
344344
$buildDefinitions[0].Name |should -beLike *PSDevOps*
345345
}
346346
it 'Can get build -DefinitionYAML, given a build definition' -Skip:$IsFork {

0 commit comments

Comments
 (0)