Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Oct 16, 2023
1 parent 3b5fb71 commit 39c9db4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions backend/fixtures/3-product_variable.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"humanReadableName": "Radar velocity",
"product": "radar",
"order": "2",
"actrisName": "http://example.org/vocab/radar-velocity"
"actrisName": "radar velocity"
},
{
"id": "radar-ldr",
"humanReadableName": "Radar LDR",
"product": "radar",
"order": "3",
"actrisName": "http://example.org/vocab/radar-linear-depolarisation-ratio"
"actrisName": "radar linear depolarisation ratio"
},
{
"id": "categorize-v",
Expand Down Expand Up @@ -66,6 +66,6 @@
"humanReadableName": "Model temperature",
"product": "model",
"order": "0",
"actrisName": "http://example.org/vocab/model-temperature"
"actrisName": "model temperature"
}
]
6 changes: 3 additions & 3 deletions shared/res/products-with-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"id": "model-temperature",
"humanReadableName": "Model temperature",
"order": 0,
"actrisName": "http://example.org/vocab/model-temperature"
"actrisName": "model temperature"
}
]
},
Expand All @@ -206,13 +206,13 @@
"id": "radar-v",
"humanReadableName": "Radar velocity",
"order": 2,
"actrisName": "http://example.org/vocab/radar-velocity"
"actrisName": "radar velocity"
},
{
"id": "radar-ldr",
"humanReadableName": "Radar LDR",
"order": 3,
"actrisName": "http://example.org/vocab/radar-linear-depolarisation-ratio"
"actrisName": "radar linear depolarisation ratio"
}
]
},
Expand Down

0 comments on commit 39c9db4

Please sign in to comment.