Skip to content

Commit 6d50496

Browse files
committed
Remove broadcast property
1 parent 36b05e8 commit 6d50496

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dsc/tests/dsc_functions.tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,6 @@ Describe 'tests for function expressions' {
13431343
$result.network | Should -BeExactly $network
13441344
$result.cidr | Should -Be $prefix
13451345
$result.netmask | Should -Not -BeNullOrEmpty
1346-
$result.broadcast | Should -Not -BeNullOrEmpty
13471346
$result.firstUsable | Should -Not -BeNullOrEmpty
13481347
$result.lastUsable | Should -Not -BeNullOrEmpty
13491348
}

0 commit comments

Comments
 (0)