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 63875f7 commit e993ae6
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 @@ -59,6 +59,7 @@ void main() {
"forms": [
{
"href": "https://example.org",
"contentType": "application/cbor",
}
],
},
Expand Down Expand Up @@ -89,6 +90,7 @@ void main() {
forms: [
Form(
Uri.parse("https://example.org"),
contentType: "application/cbor",
),
],
dataSchema: const DataSchema(
Expand Down

0 comments on commit e993ae6

Please sign in to comment.