Skip to content

Commit

Permalink
fixup! test: add test for unnamed ThingDescription constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 1, 2024
1 parent 03dcc1e commit 63875f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/core/thing_description_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ void main() {
"properties": {
"status": {
"type": "string",
"readOnly": true,
"forms": [
{
"href": "https://example.org",
Expand Down Expand Up @@ -92,6 +93,8 @@ void main() {
],
dataSchema: const DataSchema(
type: "string",
readOnly: true,
writeOnly: false,
),
),
},
Expand Down

0 comments on commit 63875f7

Please sign in to comment.