Skip to content

Commit

Permalink
Expander: Fix PCF8591 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jun 2, 2015
1 parent 62c1b11 commit d41d39e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/expander.js
Original file line number Diff line number Diff line change
Expand Up @@ -1736,13 +1736,6 @@ exports["Expander - PCF8591"] = {
test.equal(this.i2cRead.callCount, 1);

var callback = this.i2cRead.lastCall.args[2];
var spy = sinon.spy();

this.expander.analogRead(0, spy);
this.expander.analogRead(1, spy);
this.expander.analogRead(2, spy);
this.expander.analogRead(3, spy);


callback([0x00, 0x0f, 0xf0, 0xff]);

Expand Down

0 comments on commit d41d39e

Please sign in to comment.