Skip to content

Commit bd8b6f0

Browse files
committed
TEST: fixed test
1 parent bdc6640 commit bd8b6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/units/port-test.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ if all [
618618
--assert [local-ip local-port remote-ip remote-port] = query/mode port none
619619
--assert 0.0.0.0 = query/mode port 'local-ip
620620
--assert 0 = query/mode port 'local-port
621-
--assert not none? find [0.0.0.0 8.8.8.8] = query/mode port 'remote-ip ;; on posix there is sync lookup and so it reports 8.8.8.8 even without wait
621+
--assert not none? find [0.0.0.0 8.8.8.8] query/mode port 'remote-ip ;; on posix there is sync lookup and so it reports 8.8.8.8 even without wait
622622
--assert 80 = query/mode port 'remote-port
623623
--assert all [
624624
port? wait [port 1] ;= wait for lookup, so remote-ip is resolved

0 commit comments

Comments
 (0)