fix test
This commit is contained in:
parent
df3e818182
commit
f2f8a4eb04
|
@ -38,7 +38,7 @@ describe('Client', () => {
|
|||
}
|
||||
};
|
||||
|
||||
expect(controller.receipt.description).toEqual('Cash, Albaran: 1, 2');
|
||||
expect(controller.receipt.description.join(',')).toEqual('Cash,Albaran: 1, 2');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue