Skip to content

Commit

Permalink
🔧 Remove nonexistent Measure-Object parameter -Count (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 committed Aug 31, 2019
1 parent ef34fd7 commit 48060a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSKoans/Koans/Cmdlets 1/AboutMeasureObject.Koans.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Describe 'Measure-Object' {

It 'can count objects' {
$Numbers |
Measure-Object -Count |
Measure-Object |
Select-Object -ExpandProperty Count |
Should -Be __

$Files |
Measure-Object -Count |
Measure-Object |
Select-Object -ExpandProperty Count |
Should -Be __
}
Expand Down

0 comments on commit 48060a7

Please sign in to comment.