fix typo in test-suite example
This commit is contained in:
parent
a83d76a6ef
commit
902e41b08a
|
@ -122,7 +122,7 @@ finished.
|
|||
(check-eq? 1 1))
|
||||
(test-suite "A nested test suite"
|
||||
(test-case "Another test"
|
||||
(check-< 1 2))))
|
||||
(check < 1 2))))
|
||||
]
|
||||
|
||||
@defproc[(make-test-suite [name string?]
|
||||
|
|
Loading…
Reference in New Issue
Block a user