Fix typo in test name

This commit is contained in:
2026-03-04 21:31:22 +00:00
parent fb52e5a701
commit fb70a2585f

View File

@@ -21,7 +21,7 @@
(navigate client "http://localhost:8080") (navigate client "http://localhost:8080")
(sleep 5) (sleep 5)
(define-test preload-loads-successfully (define-test prelude-loads-successfully
(let* ((display (get-display client)) (let* ((display (get-display client))
(first-line (first (lines display)))) (first-line (first (lines display))))
(assert (string-match "Loading prelude \\.+ done" first-line) (assert (string-match "Loading prelude \\.+ done" first-line)