Skip to content

Commit

Permalink
address coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Aug 6, 2024
1 parent f33f71d commit 34d49e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_iemre.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_get_table():
def test_get_domain():
"""Test the get_domain method."""
assert iemre.get_domain(100, 30) == "china"
assert iemre.get_domain(-1000, 30) is None


def test_get_gid():
Expand Down

0 comments on commit 34d49e3

Please sign in to comment.