Skip to content

Commit

Permalink
Test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
iSazonov committed Jun 2, 2020
1 parent 9f5c837 commit 5b8fae2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ Describe "Extended FileSystem Provider Tests for Get-ChildItem cmdlet" -Tags "CI

It "Get-ChildItem -Path -Depth 2 -Name -Force" {
$result = Get-ChildItem -Path $rootDir -Depth 2 -Name -Force
$msg = $result | Out-String
Write-Warning $msg
$result.Count | Should -Be 13
$result[0] | Should -BeOfType System.String
}
Expand Down

0 comments on commit 5b8fae2

Please sign in to comment.