fix: prettier related volume-list - test

This commit is contained in:
Michael Klein 2022-02-17 15:19:45 +01:00
parent 8d4a915941
commit 0f07af68cc

View file

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