Skip to content

Commit

Permalink
fix(interface): bug in response for Undefine
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Mar 31, 2015
1 parent f1c2dd0 commit 23267e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/interface.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ describe('Interface', function() {
expect(iface).to.exist;
iface.undefine(function(err, result) {
expect(err).to.not.exist;

// NOTE: undefining seems not to work with test driver
expect(result).to.be.false;
expect(result).to.be.true;
done();
});
});
Expand Down

0 comments on commit 23267e4

Please sign in to comment.