minor refactor

This commit is contained in:
Ilia Denisov
2026-02-08 15:47:59 +02:00
parent 175fb98c3a
commit bf34843568
6 changed files with 28 additions and 21 deletions
+1 -1
View File
@@ -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())
}
}