Skip to content

Commit 55245bc

Browse files
committed
This is always max
1 parent 0709229 commit 55245bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mech-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if ( $mech->status eq '200' ) {
3939
4040
my $answer;
4141
if ( $disordered == -1 ) {
42-
$answer = 10; #int rand $max + 1;
42+
$answer = $max; #int rand $max + 1;
4343
}
4444
else {
4545
$answer = $inv eq '+' ? $plus : $minus;

0 commit comments

Comments
 (0)