fix(valid-ip) remove faulty expected result

max TCP IP is 65535, but we expected larger numbers to be found within the data set.
This commit is contained in:
davhojt 2022-06-10 15:13:08 +03:00 committed by Dav Hojt
parent 5fb783a173
commit 7350a3b4d6
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ const $findIP = [
'192.169.1.23',
'10.1.23.7',
'0.0.0.0:22',
'0.0.0.0:68768',
'255.253.123.2:8000',
'192.168.1.123',
'0.0.0.0',