Skip to content

Commit e7aaed9

Browse files
committed
add sniff-method back
1 parent 7224fe1 commit e7aaed9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/integration-tests.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
(eglot-fsharp--maybe-install)
4949
(with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/FileTwo.fs")
5050
(eglot-fsharp--tests-connect 10)
51-
;; (eglot-fsharp--sniff-method "fsharp/notifyWorkspace")
52-
)
51+
(eglot-fsharp--sniff-method "fsharp/notifyWorkspace"))
5352
)
5453

5554
(it "Can be invoked"
@@ -90,8 +89,7 @@
9089
(goto-char 150)
9190
(expect (current-word) :to-equal "NewObjectType") ;sanity check
9291
(call-interactively #'xref-find-definitions)
93-
(expect (file-name-nondirectory (buffer-file-name)) :to-equal "FileTwo.fs")))
94-
)
92+
(expect (file-name-nondirectory (buffer-file-name)) :to-equal "FileTwo.fs"))))
9593

9694

9795
(provide 'integration-tests)

0 commit comments

Comments
 (0)