Skip to content

Commit 408a5ff

Browse files
committed
check 5th method
1 parent 2082f69 commit 408a5ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/integration-tests.el

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
(it "provides completion"
7474
(with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/FileTwo.fs")
7575
(expect (plist-get (eglot--capabilities (eglot--current-server-or-lose)) :completionProvider) :not :to-be nil)))
76-
;; (it "completes function in other modules"
77-
;; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Program.fs")
78-
;; (search-forward "X.func")
79-
;; (delete-char -3)
80-
;; (completion-at-point)
81-
;; (expect (looking-back "X\\.func") :to-be t)))
76+
(it "completes function in other modules"
77+
(with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Program.fs")
78+
(search-forward "X.func")
79+
(delete-char -3)
80+
(completion-at-point)
81+
(expect (looking-back "X\\.func") :to-be t)))
8282
;; (it "finds definition in pervasives"
8383
;; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Program.fs")
8484
;; (search-forward "printfn")

0 commit comments

Comments
 (0)