Fixed a whitespace and spelling issue that was causing the test case to fail.
This commit is contained in:
parent
133ef52898
commit
57e45a329f
@ -42,7 +42,7 @@ public class Soldier implements SoldierExtension {
|
||||
|
||||
@Override
|
||||
public void soldierReady() {
|
||||
LOGGER.info("[Solider] " + unit.getName() + " is ready!");
|
||||
LOGGER.info("[Soldier] " + unit.getName() + " is ready!");
|
||||
}
|
||||
|
||||
public SoldierUnit getUnit() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user