Skip to content

Commit 48b337e

Browse files
Refactor test output formatting in Net.Tests.ps1 for consistency
1 parent afa484b commit 48b337e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/Net.Tests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Describe 'Net' {
2323
Context 'Get-NetIPConfiguration' {
2424
It 'returns expected results' {
2525
$results = Get-NetIPConfiguration
26-
LogGroup "Results" {
27-
Write-Host "$($results | Format-List | Out-String)"
26+
LogGroup 'Results' {
27+
Write-Host "$($results | Out-String)"
2828
}
2929
}
3030

3131
It 'IPConfig alias works' {
3232
$results = IPConfig
33-
LogGroup "Results" {
33+
LogGroup 'Results' {
3434
Write-Host "$($results | Format-List | Out-String)"
3535
}
3636
}

0 commit comments

Comments
 (0)