Skip to content

Commit

Permalink
drop duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieper committed Oct 22, 2013
1 parent d39daa8 commit 70c4bbc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/unit/test-Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,20 +230,6 @@ test('Client', {
assert.strictEqual(eventCount, 1);
},

'resume() is idempotent': function() {
this.client.resume();
this.client.resume();

var eventCount = 0;
this.client.on('navdata', function(navdata) {
eventCount++;
});

this.fakeUdpNavdataStream.emit('data', fakeNavdata);

assert.strictEqual(eventCount, 1);
},

'options are passed to internal UdpControl': function() {
var options = {fake: 'options'};

Expand Down

0 comments on commit 70c4bbc

Please sign in to comment.