refactor: group launched/in_space state
This commit is contained in:
@@ -24,10 +24,7 @@ func TestListMoveableGroupIds(t *testing.T) {
|
||||
|
||||
// 4: idx = 3 / [v] In_Space
|
||||
assert.NoError(t, c.CreateShips(Race_0_idx, Race_0_Freighter, R0_Planet_0_num, 7))
|
||||
c.ShipGroup(3).StateInSpace = &game.InSpace{
|
||||
Origin: 2,
|
||||
Range: 31.337,
|
||||
}
|
||||
c.ShipGroup(3).StateInSpace = &InSpace
|
||||
|
||||
// 5: idx = 4 / [x] In_Upgrage
|
||||
assert.NoError(t, c.CreateShips(Race_0_idx, Race_0_Freighter, R0_Planet_0_num, 7))
|
||||
|
||||
Reference in New Issue
Block a user