Skip to content

Commit c1e1241

Browse files
committed
Correct spelling
1 parent b19abb3 commit c1e1241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/reader_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def test_ipv6_address_in_ipv4_database(self):
243243
reader.get(self.ipf("2001::"))
244244
reader.close()
245245

246-
def test_openning_path(self):
246+
def test_opening_path(self):
247247
with open_database(
248248
pathlib.Path("tests/data/test-data/MaxMind-DB-test-decoder.mmdb"), self.mode
249249
) as reader:

0 commit comments

Comments
 (0)