minor refactor
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user