Address Service: Fixed test for max address limit

This commit is contained in:
Braydon Fuller 2016-01-26 13:09:31 -05:00
parent 39f8355cd9
commit a2acc0c80f
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ describe('Address Service History', function() {
options: options,
addresses: addresses
});
history.maxAddressesQuery = 100;
history.get(function(err) {
should.exist(err);
err.message.match(/Maximum/);