fix: prettier related volume-list - test
This commit is contained in:
parent
8d4a915941
commit
0f07af68cc
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue