utils-tests: Add section titles.
This commit is contained in:
parent
0ae8537bdf
commit
1a174ad8e0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
(require typed/rackunit "utils.rkt")
|
||||
|
||||
(test-begin
|
||||
(test-case "HashTable Injection"
|
||||
(test-case "auto-hash-ref/explicit"
|
||||
(let ([mytable #hash((a . 3) (b . 4))])
|
||||
(check-equal? (auto-hash-ref/explicit (mytable b a)
|
||||
|
|
Loading…
Reference in a new issue