Fixed test.

This commit is contained in:
Chris Kleeschulte 2017-10-18 19:12:49 -04:00
parent c87e676ca8
commit 2f4c55bb58
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F

View File

@ -550,7 +550,7 @@ describe('Address', function() {
//console.log(data);
expect(data.items.length).to.equal(2);
expect(data.from).to.equal(0);
expect(data.to).to.equal(2);
expect(data.to).to.equal(3);
done();
});
@ -583,7 +583,7 @@ describe('Address', function() {
//console.log(data);
expect(data.items.length).to.equal(2);
expect(data.from).to.equal(0);
expect(data.to).to.equal(2);
expect(data.to).to.equal(3);
done();
});