Skip to content

Commit e8f5285

Browse files
committed
Removed extra character in regex
1 parent 38cf099 commit e8f5285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/database_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ def test_invalid_address(self):
5858
'tests/data/test-data/GeoIP2-City-Test.mmdb')
5959
with self.assertRaisesRegex(ValueError,
6060
"u?'invalid' does not appear to be an "
61-
"IPv4 or IPv6 address."):
61+
"IPv4 or IPv6 address"):
6262
reader.city('invalid')
6363
reader.close()

0 commit comments

Comments
 (0)