Resolves test failures
This commit is contained in:
@@ -27,8 +27,9 @@ package com.iluwatar.model.view.controller;
|
||||
* Fatigue enumeration.
|
||||
*/
|
||||
public enum Fatigue {
|
||||
|
||||
ALERT("alert"), TIRED("tired"), SLEEPING("sleeping");
|
||||
ALERT("alert"),
|
||||
TIRED("tired"),
|
||||
SLEEPING("sleeping");
|
||||
|
||||
private final String title;
|
||||
|
||||
|
@@ -27,8 +27,9 @@ package com.iluwatar.model.view.controller;
|
||||
* Health enumeration.
|
||||
*/
|
||||
public enum Health {
|
||||
|
||||
HEALTHY("healthy"), WOUNDED("wounded"), DEAD("dead");
|
||||
HEALTHY("healthy"),
|
||||
WOUNDED("wounded"),
|
||||
DEAD("dead");
|
||||
|
||||
private final String title;
|
||||
|
||||
|
@@ -27,8 +27,9 @@ package com.iluwatar.model.view.controller;
|
||||
* Nourishment enumeration.
|
||||
*/
|
||||
public enum Nourishment {
|
||||
|
||||
SATURATED("saturated"), HUNGRY("hungry"), STARVING("starving");
|
||||
SATURATED("saturated"),
|
||||
HUNGRY("hungry"),
|
||||
STARVING("starving");
|
||||
|
||||
private final String title;
|
||||
|
||||
|
Reference in New Issue
Block a user