Skip to content

Commit 78d044d

Browse files
committed
We have 1407 AHN tiles again
1 parent 0fdfc5e commit 78d044d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/tests/test_assets_ahn.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ def test_tile_index_origin():
3535

3636
def test_download_ahn_index():
3737
tile_ids = download_ahn_index()
38-
assert len(tile_ids) == 1406
38+
assert len(tile_ids) == 1407
3939
assert tile_ids[list(tile_ids.keys())[0]] is None
4040

4141

4242
def test_download_ahn_index_geometry():
4343
features = download_ahn_index(with_geom=True)
44-
assert len(features) == 1406
44+
assert len(features) == 1407
4545
assert features[list(features.keys())[0]] is not None
4646

4747

@@ -80,7 +80,7 @@ def test_checksums_for_ahn(context):
8080

8181
def test_tile_index_ahn(context):
8282
res = tile_index_ahn(context)
83-
assert len(res) == 1406
83+
assert len(res) == 1407
8484
assert res[list(res.keys())[0]] is not None
8585

8686

0 commit comments

Comments
 (0)