Skip to content

Commit

Permalink
test(wot_test.dart): fix typos in test descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 21, 2024
1 parent 93ece23 commit a0fdc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/wot_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "package:test/test.dart";

void main() {
group("WoT should", () {
test("not throw an execption when consuming the same TD twice", () async {
test("not throw an exception when consuming the same TD twice", () async {
const thingDescriptionJson = {
"@context": "https://www.w3.org/2022/wot/td/v1.1",
"title": "Test Thing",
Expand All @@ -29,7 +29,7 @@ void main() {
});

test(
"throw an execption when producing an ExposedThing "
"throw an exception when producing an ExposedThing "
"from the same TD twice", () async {
const exposedThingInit = {
"@context": "https://www.w3.org/2022/wot/td/v1.1",
Expand Down

0 comments on commit a0fdc73

Please sign in to comment.