Skip to content

Commit a2e7096

Browse files
Try to add known tiles in test_providers.py.
1 parent d785e9c commit a2e7096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xyzservices/tests/test_providers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def get_test_result(provider, allow_403=True):
6868
(16, 33149, 22973),
6969
(0, 0, 0),
7070
(2, 6, 7),
71+
(9, 181, 259),
72+
(14, 8298, 5636),
7173
]
7274
results = []
7375
for o in options:

0 commit comments

Comments
 (0)