We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a6b8f commit 2e64258Copy full SHA for 2e64258
src/Private/ConvertToHumanReadableSize.Tests.ps1
@@ -4,9 +4,6 @@ BeforeAll {
4
5
Describe 'ConvertToHumanReadableSize' {
6
Context 'Parameter Validation' {
7
- It 'Should require Bytes parameter' {
8
- { ConvertToHumanReadableSize } | Should -Throw
9
- }
10
11
It 'Should not accept negative values' {
12
{ ConvertToHumanReadableSize -Bytes -1 } | Should -Throw
0 commit comments