Skip to content

Commit

Permalink
refactor(binding-opcua/test): fix typos in code tests
Browse files Browse the repository at this point in the history
Co-authored-by: danielpeintner <daniel.peintner@gmail.com>
  • Loading branch information
relu91 and danielpeintner authored Jan 17, 2024
1 parent c10cdfc commit ac4e5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/binding-opcua/test/full-opcua-thing-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ac4e5ae

Please sign in to comment.