From 0f07af68cc747cb31b98481592905a86b7c3188a Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Thu, 17 Feb 2022 15:19:45 +0100 Subject: [PATCH] fix: prettier related volume-list - test --- ui/tests/acceptance/volumes-list-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tests/acceptance/volumes-list-test.js b/ui/tests/acceptance/volumes-list-test.js index 7d11ebd1c..c7a3fee9b 100644 --- a/ui/tests/acceptance/volumes-list-test.js +++ b/ui/tests/acceptance/volumes-list-test.js @@ -79,7 +79,7 @@ module('Acceptance | volumes list', function (hooks) { const isHealthy = healthy > 0; controllerHealthStr = `${ isHealthy ? 'Healthy' : 'Unhealthy' - } (${healthy}/${expected})`; + } ( ${healthy} / ${expected} )`; } const nodeHealthStr = volume.nodesHealthy > 0 ? 'Healthy' : 'Unhealthy';