diff --git a/functions.rkt b/functions.rkt index e13f179..b9cac0f 100644 --- a/functions.rkt +++ b/functions.rkt @@ -339,8 +339,7 @@ (check-true (random-bool-f #f #f)) (check-true (random-bool-f #f #t)) (check-false (random-bool-f #t #f)) - (check-true (random-bool-f #t #t)) - )) + (check-true (random-bool-f #t #t)))) (module untyped racket (module+ test