feat: produce ships
This commit is contained in:
@@ -121,6 +121,7 @@ func TestProduceBombings(t *testing.T) {
|
||||
reports := c.ProduceBombings()
|
||||
assert.Len(t, reports, 2)
|
||||
for _, r := range reports {
|
||||
assert.NotEqual(t, uuid.Nil, r.ID)
|
||||
switch pn := r.Number; pn {
|
||||
case R1_Planet_1_num:
|
||||
assert.Equal(t, Race_1.Name, r.Owner)
|
||||
|
||||
Reference in New Issue
Block a user