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
View File
@@ -27,7 +27,6 @@ func TestVotesByRace(t *testing.T) {
assert.Equal(t, 0.78, vbr[Race_0_idx])
assert.Contains(t, vbr, Race_1_idx)
assert.Equal(t, 0.9, vbr[Race_1_idx])
// TODO: add races without planets / dead races
}
func prepareRaces() ([]game.Race, func(u uuid.UUID) int) {