From ac4e5ae49975512af89748d5a9843baf690fbab6 Mon Sep 17 00:00:00 2001 From: Cristiano Aguzzi Date: Wed, 17 Jan 2024 18:25:07 +0100 Subject: [PATCH] refactor(binding-opcua/test): fix typos in code tests Co-authored-by: danielpeintner --- packages/binding-opcua/test/full-opcua-thing-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/binding-opcua/test/full-opcua-thing-test.ts b/packages/binding-opcua/test/full-opcua-thing-test.ts index 12333dc78..c84a6e6b2 100644 --- a/packages/binding-opcua/test/full-opcua-thing-test.ts +++ b/packages/binding-opcua/test/full-opcua-thing-test.ts @@ -371,7 +371,7 @@ describe("Full OPCUA Thing Test", () => { const content = await thing.readProperty(propertyName, localOptions); if (forceParsing) { // In opcua binding it is possible to return a special response that contains - // reacher details than the bare value. However this make the returned value + // richer details than the bare value. However this makes the returned value // not complaint with its data schema. Therefore we have to fallback to // custom parsing. const raw = await content.arrayBuffer();