Skip to content

Commit 184b6f5

Browse files
committed
Switch to old import for test result reporting
Github actions default image uses an older Racket
1 parent 14f4ffc commit 184b6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit-tests.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(require "utils.rkt"
1414
racket/format
1515
rackunit
16-
raco/testing)
16+
rackunit/log)
1717

1818
(define ctrl-c
1919
(new key-event% [key-code #\c] [control-down #t]))
@@ -1152,5 +1152,5 @@
11521152
'(#\$ #\F #\a #\, #\,)
11531153
@~a{abcabcabc})
11541154

1155-
(test-report #:display? #t)
1155+
(test-log #:display? #t)
11561156
(exit)

0 commit comments

Comments
 (0)