File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ def test_tile_index_origin():
35
35
36
36
def test_download_ahn_index ():
37
37
tile_ids = download_ahn_index ()
38
- assert len (tile_ids ) == 1406
38
+ assert len (tile_ids ) == 1407
39
39
assert tile_ids [list (tile_ids .keys ())[0 ]] is None
40
40
41
41
42
42
def test_download_ahn_index_geometry ():
43
43
features = download_ahn_index (with_geom = True )
44
- assert len (features ) == 1406
44
+ assert len (features ) == 1407
45
45
assert features [list (features .keys ())[0 ]] is not None
46
46
47
47
@@ -80,7 +80,7 @@ def test_checksums_for_ahn(context):
80
80
81
81
def test_tile_index_ahn (context ):
82
82
res = tile_index_ahn (context )
83
- assert len (res ) == 1406
83
+ assert len (res ) == 1407
84
84
assert res [list (res .keys ())[0 ]] is not None
85
85
86
86
You can’t perform that action at this time.
0 commit comments