Skip to content

Commit

Permalink
Removes undocumented method from test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Aug 7, 2014
1 parent 3a0ad73 commit 4748eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ test('sample count', function (t) {
t.ok(typeof xyz[1] == 'number', 'idx 1 is number');
t.ok(typeof xyz[2] == 'number', 'idx 2 is number');
t.end();
accel.disable();
});
});

0 comments on commit 4748eb7

Please sign in to comment.