minor refactor
This commit is contained in:
@@ -44,6 +44,6 @@ func TestListMoveableGroupIds(t *testing.T) {
|
||||
for _, i := range movableGroups {
|
||||
sg := c.ShipGroup(i)
|
||||
assert.NotEqual(t, game.StateUpgrade, sg.State())
|
||||
assert.NotEqual(t, game.StateTransfer, sg.State()) // TODO: Transfer state movable or not?
|
||||
assert.NotEqual(t, game.StateTransfer, sg.State())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user