Skip to content

Commit 6244d6b

Browse files
aahmed-specCopilot
andauthored
Update line no: 69 src/powershell/tests/Test-Assessment.25395.ps1
updated 255 instead of 256 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cc80027 commit 6244d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/powershell/tests/Test-Assessment.25395.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function Test-Assessment-25395 {
6666
$end = [System.Net.IPAddress]::Parse($matches[2]).GetAddressBytes()
6767
[array]::Reverse($start)
6868
[array]::Reverse($end)
69-
return (([BitConverter]::ToUInt32($end,0) - [BitConverter]::ToUInt32($start,0)) -gt 256)
69+
return (([BitConverter]::ToUInt32($end,0) - [BitConverter]::ToUInt32($start,0)) -gt 255)
7070
}
7171
return $false
7272
}

0 commit comments

Comments
 (0)