Skip to content

Commit

Permalink
Update test-frame.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoming0 authored Jul 11, 2018
1 parent 6f87d48 commit a5bb2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/nodejs/test/test-frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('Frame test', function() {
frame.frameMetadata(rs2.frame_metadata[i])
), '[object Uint8Array]');
} else {
assert.throws(() => {
assert.throws(() => { // jshint ignore:line
frame.frameMetadata(rs2.frame_metadata[i]);
});
}
Expand Down

0 comments on commit a5bb2dd

Please sign in to comment.