Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hughes committed Nov 7, 2024
1 parent dce4916 commit 192445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/private/Get-ClassResourceProperty.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ $Ensure
}

$getClassResourcePropertyResult = Get-ClassResourceProperty @mockGetClassResourcePropertyParameters
#$getClassResourcePropertyResult | Should -HaveCount 3
$getClassResourcePropertyResult | Should -HaveCount 3
$getClassResourcePropertyResult.Name | Should -Contain 'Ensure'
$getClassResourcePropertyResult.Name | Should -Contain 'ProjectName'
$getClassResourcePropertyResult.Name | Should -Contain 'ValidateSetProperty'
Expand Down

0 comments on commit 192445a

Please sign in to comment.