Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit c6323a4

Browse files
committed
Removed unneeded variable assignment in unit test.
1 parent a7a903a commit c6323a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Unit/MSFT_WindowsOptionalFeature.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ try
319319
}
320320

321321
It 'Should return an empty array and not a null object when input is empty' {
322-
$propertiesAsStrings = (Convert-CustomPropertyArrayToStringArray -CustomProperties @()) -is [String[]] | Should -BeTrue
322+
(Convert-CustomPropertyArrayToStringArray -CustomProperties @()) -is [String[]] | Should -BeTrue
323323
}
324324
}
325325
}

0 commit comments

Comments
 (0)