utils-tests: Add section titles.

This commit is contained in:
Sergiu Ivanov 2020-02-19 22:09:09 +01:00
parent 0ae8537bdf
commit 1a174ad8e0
1 changed files with 1 additions and 1 deletions

View File

@ -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)