Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jun 16, 2021
1 parent 9bab049 commit 8110d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openaddr/tests/conform.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def test_row_extract_and_reproject(self):
}), "addresses", "default")
r = row_extract_and_reproject(d, {GEOM_FIELDNAME: "POINT (7655634.924 668868.414)"})

self.assertEqual('POINT (-122.630842186651 45.4815599174473)', r[GEOM_FIELDNAME])
self.assertEqual('POINT (-122.630842186651 45.4815543938511)', r[GEOM_FIELDNAME])

d = SourceConfig(dict({
"schema": 2,
Expand Down

0 comments on commit 8110d07

Please sign in to comment.