test: command api

This commit is contained in:
IliaDenisov
2026-02-11 20:00:32 +03:00
parent 751214e5d0
commit 7c4e2a6f88
5 changed files with 865 additions and 52 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func TestReportRace(t *testing.T) {
assert.Equal(t, 0., float64(p.Industry))
assert.Equal(t, 1, int(p.Planets))
assert.Equal(t, 0., float64(p.Votes))
assert.Equal(t, "War", p.Relation)
assert.Equal(t, "WAR", p.Relation)
}
}
}