We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b7e826 + fcd88d0 commit 30a9cf8Copy full SHA for 30a9cf8
test/binding_coap/coap_vocabulary_test.dart renamed to test/binding_coap/coap_definitions_test.dart
@@ -11,8 +11,8 @@ import "package:dart_wot/src/binding_coap/coap_extensions.dart";
11
import "package:test/test.dart";
12
13
void main() {
14
- group("CoAP Vocabulary Tests", () {
15
- test("Should deserialize CoAP Forms", () async {
+ group("CoAP definitions", () {
+ test("should deserialize CoAP Forms", () async {
16
const thingDescriptionJson = {
17
"@context": [
18
"https://www.w3.org/2022/wot/td/v1.1",
0 commit comments