Fixed test.
This commit is contained in:
parent
c87e676ca8
commit
2f4c55bb58
@ -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();
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user