Skip to content

Commit ca93cd6

Browse files
committed
Updating test assertion to handle changed projection bounds.
1 parent 2075f80 commit ca93cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_proj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def testBounds(self):
2121
assertClose(self, 34758, int(b.west))
2222
assertClose(self, 359549, int(b.south))
2323
assertClose(self, 1883159, int(b.east))
24-
assertClose(self, 1735541, int(b.north))
24+
assertClose(self, 1736633, int(b.north))
2525
assert p == b.proj
2626

2727
b = p.geobounds

0 commit comments

Comments
 (0)