Skip to content

Commit 3b8ce46

Browse files
committed
check second method
1 parent 97c0aad commit 3b8ce46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration-tests.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
;; FIXME: Should use dotnet tool run
5757
(expect (process-file (eglot-fsharp--path-to-server) nil nil nil "--version")
5858
:to-equal 0))
59-
;; (it "is enabled on F# Files"
60-
;; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/FileTwo.fs")
61-
;; (expect (type-of (eglot--current-server-or-lose)) :to-be 'eglot-fsautocomplete)))
59+
(it "is enabled on F# Files"
60+
(with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/FileTwo.fs")
61+
(expect (type-of (eglot--current-server-or-lose)) :to-be 'eglot-fsautocomplete)))
6262
;; (it "shows flymake errors"
6363
;; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Error.fs")
6464
;; (flymake-mode t)

0 commit comments

Comments
 (0)