Skip to content

Commit

Permalink
chore: rephrase CoAP definitions test names
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 12, 2024
1 parent 8b7e826 commit d333e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/binding_coap/coap_vocabulary_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import "package:dart_wot/src/binding_coap/coap_extensions.dart";
import "package:test/test.dart";

void main() {
group("CoAP Vocabulary Tests", () {
test("Should deserialize CoAP Forms", () async {
group("CoAP definitions", () {
test("should deserialize CoAP Forms", () async {
const thingDescriptionJson = {
"@context": [
"https://www.w3.org/2022/wot/td/v1.1",
Expand Down

0 comments on commit d333e70

Please sign in to comment.