Skip to content

Commit

Permalink
Changed test values.
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyinkozan committed Jun 16, 2016
1 parent 3364c6d commit 12e0b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/test/unit/tessel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ exports['Tessel.UART'] = {
var u1 = new this.port.UART();

// Buffers which we'll emit as mocked incoming UART data
var payload = new Buffer([3, 4]);
var payload = new Buffer([0x00, 0x0F, 0xF0, 0xFF]);
var header = new Buffer([Tessel.REPLY.ASYNC_UART_RX, payload.length]);

// Only return our test buffer on the first call, otherwise empty buff
Expand Down

0 comments on commit 12e0b04

Please sign in to comment.