Skip to content

Commit df9a071

Browse files
committed
fix
1 parent bba024f commit df9a071

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/log-debug.sps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
(chezscheme)
99
(srfi :64 testing)
1010
(scheme-langserver)
11+
(scheme-langserver protocol server)
1112
(scheme-langserver util io) )
1213

1314
(define (process result target)

tests/virtual-file-system/test-document.sps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
(let* ( [target-path (string-append (current-directory) "/.akku/lib/srfi/%3a13")]
1919
[root-file-node (init-virtual-file-system target-path '() (generate-akku-acceptable-file-filter (string-append (current-directory) "/.akku/list")))]
2020
[target-file-node (walk-file root-file-node (string-append target-path "/srfi-13.scm"))])
21-
(test-equal #f (null? (docuent-index-node-list (file-node-document target-file-node)))))
21+
(test-equal #f (null? (document-index-node-list (file-node-document target-file-node)))))
2222
(test-end)
2323

2424
(exit (if (zero? (test-runner-fail-count (test-runner-get))) 0 1))

0 commit comments

Comments
 (0)