This commit is contained in:
Alexandre Riera 2023-02-06 08:19:13 +01:00
parent df3e818182
commit f2f8a4eb04
1 changed files with 1 additions and 1 deletions

View File

@ -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');
});
});