We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb61f6 commit 7a86dd6Copy full SHA for 7a86dd6
test/test-timer.js
@@ -59,7 +59,7 @@ describe('rclnodejs Timer class testing', function () {
59
assert.deepEqual(timer.period, TIMER_INTERVAL);
60
assert.throws(
61
() => {
62
- timer.period = TIMER_INTERVAL * 2;
+ timer.period = TIMER_INTERVAL * 2n;
63
},
64
function (err) {
65
if (
0 commit comments