Skip to content

Commit

Permalink
fix acknwoledgeAllConditions spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jul 15, 2023
1 parent 8571c54 commit 66d7047
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {
installAlarmMonitoring,
uninstallAlarmMonitoring,
OPCUAClient,
acknwoledgeAllConditions,
acknowledgeAllConditions,
confirmAllConditions,
dumpEvent
} = require("node-opcua-client");
Expand Down Expand Up @@ -262,7 +262,7 @@ module.exports = function (test) {
console.log("now lets acknoweldege all alarms");
console.log("---------------------------------------------------------------------- ");

await acknwoledgeAllConditions(session, "Acked by test");
await acknowledgeAllConditions(session, "Acked by test");

alarms.alarms()[0].fields.ackedState.id.value.should.eql(true);
alarms.alarms()[0].fields.confirmedState.id.value.should.eql(false);
Expand Down

0 comments on commit 66d7047

Please sign in to comment.