Skip to content

Commit

Permalink
Update test-points.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoming0 authored Jul 10, 2018
1 parent 7e14526 commit c858aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/nodejs/test/test-points.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('Points test', function() {
pipeline.start();
frameSet = pipeline.waitForFrames();
});
assert.throws(() => {
assert.doesNotThrow(() => {
points = pointcloud.calculate(frameSet.depthFrame);
points.exportToPly(files, frameSet.depthFrame);
assert.equal(fs.existsSync(files), true);
Expand Down

0 comments on commit c858aa1

Please sign in to comment.