Skip to content

Commit 48dae29

Browse files
committed
Fix tests
1 parent 2a14de7 commit 48dae29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/data/gee/collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"extent": {
2323
"spatial": { "bbox": [[-135.17, 36.83, -51.24, 62.25]] },
2424
"temporal": {
25-
"interval": [["2009-01-01T00:00:00Z", "2022-01-01T00:00:00Z"]]
25+
"interval": [["2009-01-01T00:00:00Z", "2023-01-01T00:00:00Z"]]
2626
}
2727
},
2828
"summaries": {},
@@ -35,7 +35,7 @@
3535
"y": { "type": "spatial", "axis": "y", "extent": [36.83, 62.25] },
3636
"t": {
3737
"type": "temporal",
38-
"extent": ["2009-01-01T00:00:00Z", "2022-01-01T00:00:00Z"]
38+
"extent": ["2009-01-01T00:00:00Z", "2023-01-01T00:00:00Z"]
3939
},
4040
"bands": { "type": "bands", "values": ["landcover"] }
4141
},

0 commit comments

Comments
 (0)