Skip to content

Commit 5bd7621

Browse files
authored
Update openlocationcode_test.py
1 parent be510f6 commit 5bd7621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/openlocationcode_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def setUp(self):
99
self.testdata = []
1010
headermap = {0: 'code', 1: 'isValid', 2: 'isShort', 3: 'isFull'}
1111
tests_fn = 'test_data/validityTests.csv'
12-
with open(tests_fn, "r") as fin:
12+
with open(tests_fn, 'r', encoding='utf-8') as fin:
1313
for line in fin:
1414
if line.startswith('#'):
1515
continue

0 commit comments

Comments
 (0)