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 e993ae6 commit 2bcb76a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/core/thing_description_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ void main() {
"status": {
"type": "string",
"readOnly": true,
"observable": true,
"forms": [
{
"href": "https://example.org",
Expand Down Expand Up @@ -93,6 +94,7 @@ void main() {
contentType: "application/cbor",
),
],
observable: true,
dataSchema: const DataSchema(
type: "string",
readOnly: true,
Expand Down

0 comments on commit 2bcb76a

Please sign in to comment.