Skip to content

Commit ac4e5ae

Browse files
refactor(binding-opcua/test): fix typos in code tests
Co-authored-by: danielpeintner <daniel.peintner@gmail.com>
1 parent c10cdfc commit ac4e5ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/binding-opcua/test/full-opcua-thing-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ describe("Full OPCUA Thing Test", () => {
371371
const content = await thing.readProperty(propertyName, localOptions);
372372
if (forceParsing) {
373373
// In opcua binding it is possible to return a special response that contains
374-
// reacher details than the bare value. However this make the returned value
374+
// richer details than the bare value. However this makes the returned value
375375
// not complaint with its data schema. Therefore we have to fallback to
376376
// custom parsing.
377377
const raw = await content.arrayBuffer();

0 commit comments

Comments
 (0)