File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/thealgorithms/scheduling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ public void testLotterySchedulingWithMockedRandom() {
5252
5353 private List <LotteryScheduling .Process > createProcesses () {
5454 LotteryScheduling .Process process1 = new LotteryScheduling .Process ("P1" , 10 , 10 ); // 10 tickets
55- LotteryScheduling .Process process2 = new LotteryScheduling .Process ("P2" , 5 , 5 ); // 5 tickets
56- LotteryScheduling .Process process3 = new LotteryScheduling .Process ("P3" , 8 , 8 ); // 8 tickets
55+ LotteryScheduling .Process process2 = new LotteryScheduling .Process ("P2" , 5 , 5 ); // 5 tickets
56+ LotteryScheduling .Process process3 = new LotteryScheduling .Process ("P3" , 8 , 8 ); // 8 tickets
5757
5858 List <LotteryScheduling .Process > processes = new ArrayList <>();
5959 processes .add (process1 );
You can’t perform that action at this time.
0 commit comments