Skip to content

Commit

Permalink
Nitpick: rename test group
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jan 9, 2018
1 parent 6210634 commit a30ef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/firmata.test.js
Expand Up @@ -3730,7 +3730,7 @@ describe("Board: lifecycle", function() {
});
});

describe("Board number format helpers", function() {
describe("Numeric encoding/decoding and formatting", function() {

it("must encode 32 bit signed integers", function(done) {
var value = Board.test.encode32BitSignedInteger(5786);
Expand Down

0 comments on commit a30ef47

Please sign in to comment.