Address Service: Fixed test for max address limit
This commit is contained in:
parent
39f8355cd9
commit
a2acc0c80f
@ -49,6 +49,7 @@ describe('Address Service History', function() {
|
|||||||
options: options,
|
options: options,
|
||||||
addresses: addresses
|
addresses: addresses
|
||||||
});
|
});
|
||||||
|
history.maxAddressesQuery = 100;
|
||||||
history.get(function(err) {
|
history.get(function(err) {
|
||||||
should.exist(err);
|
should.exist(err);
|
||||||
err.message.match(/Maximum/);
|
err.message.match(/Maximum/);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user