Browse Source

fix(valid-ip) remove faulty expected result

max TCP IP is 65535, but we expected larger numbers to be found within the data set.
pull/1195/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
7350a3b4d6
  1. 1
      js/tests/valid-ip_test.js

1
js/tests/valid-ip_test.js

@ -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',

Loading…
Cancel
Save