File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ func TestAssetExtendedMarshal(t *testing.T) {
124124 }
125125 },
126126 "stac_extensions": [
127- "https://planetlabs.github.io/stac-extension/v1.0.0-beta.1 /schema.json"
127+ "https://planetlabs.github.io/stac-extension/v1.0.0-beta.3 /schema.json"
128128 ]
129129 }`
130130
Original file line number Diff line number Diff line change 77)
88
99const (
10- extensionUri = "https://planetlabs.github.io/stac-extension/v1.0.0-beta.1 /schema.json"
10+ extensionUri = "https://planetlabs.github.io/stac-extension/v1.0.0-beta.3 /schema.json"
1111 extensionPattern = `https://planetlabs.github.io/stac-extension/v1\..*/schema.json`
1212)
1313
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ func TestItemExtendedMarshal(t *testing.T) {
8383 }
8484 },
8585 "stac_extensions": [
86- "https://planetlabs.github.io/stac-extension/v1.0.0-beta.1 /schema.json"
86+ "https://planetlabs.github.io/stac-extension/v1.0.0-beta.3 /schema.json"
8787 ]
8888 }`
8989
@@ -157,7 +157,7 @@ func TestItemMarshalGridCell(t *testing.T) {
157157 }
158158 },
159159 "stac_extensions": [
160- "https://planetlabs.github.io/stac-extension/v1.0.0-beta.1 /schema.json"
160+ "https://planetlabs.github.io/stac-extension/v1.0.0-beta.3 /schema.json"
161161 ]
162162 }`
163163
@@ -196,7 +196,7 @@ func TestItemExtendedUnmarshal(t *testing.T) {
196196 }
197197 },
198198 "stac_extensions": [
199- "https://planetlabs.github.io/stac-extension/v1.0.0-beta.1 /schema.json"
199+ "https://planetlabs.github.io/stac-extension/v1.0.0-beta.3 /schema.json"
200200 ]
201201 }` )
202202
You can’t perform that action at this time.
0 commit comments