Skip to content

Commit

Permalink
fixup! test: migrate inspect and remote-proxy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nechaido committed May 31, 2017
1 parent 4dcb5e0 commit c7e1134
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/node/connection-inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ test.test('must throw error if interface does not exist', (test) => {
(error) => {
test.assert(error, 'must return an error');
test.equal(error.code, jstp.ERR_INTERFACE_NOT_FOUND,
'error must be an ERR_INTERFACE_NOT_FOUND'
);
'error must be an ERR_INTERFACE_NOT_FOUND');
test.end();
}
);
Expand Down

0 comments on commit c7e1134

Please sign in to comment.