From c5d80037616bf1c786327e6785b0c68677246973 Mon Sep 17 00:00:00 2001 From: merefield Date: Mon, 25 Sep 2023 16:10:15 +0100 Subject: [PATCH] prettier --- test/javascripts/helpers/admin-wizard.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/javascripts/helpers/admin-wizard.js b/test/javascripts/helpers/admin-wizard.js index 03e7d495..3c9627f0 100644 --- a/test/javascripts/helpers/admin-wizard.js +++ b/test/javascripts/helpers/admin-wizard.js @@ -916,15 +916,15 @@ const putNewApi = { }; const getSuppliers = { - "suppliers": [ + suppliers: [ { - "id": 1, - "name": "Pavilion", - "authorized": false, - "authorized_at": null, - "user": null - } - ] + id: 1, + name: "Pavilion", + authorized: false, + authorized_at: null, + user: null, + }, + ], }; export {