Skip to content

Commit

Permalink
Undoing debug commits for scan aggregation test.
Browse files Browse the repository at this point in the history
  • Loading branch information
GayathriKaliyamoorthy committed Jun 16, 2015
1 parent 58ef292 commit 307373c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ describe('client.query()', function() {
});
stream.on('error', function(error){
expect(error).to.be.ok();
console.log(error);
expect(error.code).to.equal(status.AEROSPIKE_OK);
err++;
});
Expand Down

0 comments on commit 307373c

Please sign in to comment.