Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
walterwootz committed Feb 28, 2024
1 parent 7230eb3 commit 4aa6680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"homepage": "https://github.com/Engineering-Research-and-Development/iotagent-opcua",
"author": {
"name": "Manfredi Giuseppe Pistone",
"email": "manfredi.pistone@gmail.com"
"email": "manfredi.pistone@eng.it"
},
"contributors": [
{
"name": "Walter Domenico Vergara",
"email": "vergarawalterdomenica@gmail.com"
"email": "walterdomenico.vergara@eng.it"
},
{
"name": "Mattia Giuseppe Marzano",
Expand Down
1 change: 0 additions & 1 deletion test/unit/lib/bindings/OPCUABinding.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ describe('OPCUABinding handling', () => {
};
return client;
});
opcuaBinding.__set__('metaBindings.performAutoProvisioning', () => {});
opcuaBinding.__set__('opcua.resolveNodeId', (opcua_id) => {
return opcuaNodeId;
});
Expand Down

0 comments on commit 4aa6680

Please sign in to comment.