Skip to content

Commit a4747e0

Browse files
committed
Resolve todo
1 parent 4274b5b commit a4747e0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

elections/tools/pkg/score/score_fuzz_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,5 @@ func FuzzScoreRows(f *testing.F) {
196196
oldLosers = losers
197197
})
198198
}
199-
200-
// To test:
201-
// x The winners, losers, and tie always sum to the candidates
202-
// - When decreasing the winner count, the new losers are always a superset of the old ones.
203-
// - The intersection of the Smith set and the losers is always null
204199
})
205200
}

0 commit comments

Comments
 (0)