Commit 915a7f71 915a7f71b4b9a6959a10937dfcf395c561742ebf by Vincent Peybernes

#10 Error in new test 20x9

1 parent b9697822
Pipeline #19 for 915a7f71 passed in 57 seconds
......@@ -178,7 +178,6 @@
return 0;
});
result = result.concat(proposed.map(candidate => candidate.name));
cursor = result.length;
proposed.splice(0);
continue;
}
......
......@@ -19,6 +19,7 @@ describe('RelativePlacement algo', () => {
(testData,id) => {
testData.id = id;
it('#'+id+': '+(testData.comment||''), ()=>{
id;
var votes = compileVotes(testData);
var result = relativePlacement(votes);
......