Satisfy linter

This commit is contained in:
2022-04-17 10:50:21 -05:00
parent b2faf57d09
commit 5a076241f0

View File

@ -213,7 +213,7 @@ describe('SLMessage utilities', function() {
decodedMsg.readUInt16LE();
decodedMsg.readUInt16LE();
return decodedMsg.readUInt16LE();
}
};
let dow = handler(new Date(2022, 3, 17, 10, 3, 0));
assert.equal(dow, 1);