Skip to content

Commit 30a9cf8

Browse files
authored
Merge pull request #97 from eclipse-thingweb/coap-definitions-test
chore: rename tests and file for CoAP definitions
2 parents 8b7e826 + fcd88d0 commit 30a9cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/binding_coap/coap_vocabulary_test.dart renamed to test/binding_coap/coap_definitions_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import "package:dart_wot/src/binding_coap/coap_extensions.dart";
1111
import "package:test/test.dart";
1212

1313
void main() {
14-
group("CoAP Vocabulary Tests", () {
15-
test("Should deserialize CoAP Forms", () async {
14+
group("CoAP definitions", () {
15+
test("should deserialize CoAP Forms", () async {
1616
const thingDescriptionJson = {
1717
"@context": [
1818
"https://www.w3.org/2022/wot/td/v1.1",

0 commit comments

Comments
 (0)