Skip to content

Commit

Permalink
Update lookup test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadden42 committed Sep 7, 2024
1 parent 2a820fe commit 5ac9f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_mst():

def test_wustl():
result = lookup.find("www.wustl.edu")
assert result == ("www.wustl.edu", "128.252.160.5")
assert result == ("www.wustl.edu", "23.185.0.3")


def test_umsl():
Expand Down

0 comments on commit 5ac9f9c

Please sign in to comment.