From f2f8a4eb0410f1f7f7ca0f0662b75f1472161dd6 Mon Sep 17 00:00:00 2001 From: alexandre Date: Mon, 6 Feb 2023 08:19:13 +0100 Subject: [PATCH] fix test --- modules/client/front/balance/create/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/front/balance/create/index.spec.js b/modules/client/front/balance/create/index.spec.js index 2c4ed1940..c0464b12b 100644 --- a/modules/client/front/balance/create/index.spec.js +++ b/modules/client/front/balance/create/index.spec.js @@ -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'); }); });