mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
fix: prettier related volume-list - test
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user