Skip to content

Commit 5ac9f9c

Browse files
committed
Update lookup test.
1 parent 2a820fe commit 5ac9f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lookup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_mst():
1010

1111
def test_wustl():
1212
result = lookup.find("www.wustl.edu")
13-
assert result == ("www.wustl.edu", "128.252.160.5")
13+
assert result == ("www.wustl.edu", "23.185.0.3")
1414

1515

1616
def test_umsl():

0 commit comments

Comments
 (0)