Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def test_blocks(self, mock_utfgrid):
"""Parse locally stored grid and compare to expected results"""

# load mock utfgrid from file
with open(_sample_utfgrid_file) as f:
with open(_sample_utfgrid_file, encoding="utf8") as f:
mock_utfgrid.return_value = json.load(f)

# load expected caches from file
Expand Down