Skip to content

Commit 2e64258

Browse files
Remove test for missing Bytes parameter in ConvertToHumanReadableSize
1 parent 73a6b8f commit 2e64258

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Private/ConvertToHumanReadableSize.Tests.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ BeforeAll {
44

55
Describe 'ConvertToHumanReadableSize' {
66
Context 'Parameter Validation' {
7-
It 'Should require Bytes parameter' {
8-
{ ConvertToHumanReadableSize } | Should -Throw
9-
}
107

118
It 'Should not accept negative values' {
129
{ ConvertToHumanReadableSize -Bytes -1 } | Should -Throw

0 commit comments

Comments
 (0)