Rename charge command to recharge
This commit is contained in:
parent
7272749614
commit
87af905bc8
7 changed files with 14 additions and 13 deletions
|
@ -168,7 +168,7 @@ func TestWorld_RoverStash(t *testing.T) {
|
|||
|
||||
// Recharge the rover
|
||||
for i := 0; i < rover.MaximumCharge; i++ {
|
||||
world.ChargeRover(a)
|
||||
world.RoverRecharge(a)
|
||||
}
|
||||
|
||||
// Place an object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue