We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7224fe1 commit e7aaed9Copy full SHA for e7aaed9
test/integration-tests.el
@@ -48,8 +48,7 @@
48
(eglot-fsharp--maybe-install)
49
(with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/FileTwo.fs")
50
(eglot-fsharp--tests-connect 10)
51
- ;; (eglot-fsharp--sniff-method "fsharp/notifyWorkspace")
52
- )
+ (eglot-fsharp--sniff-method "fsharp/notifyWorkspace"))
53
)
54
55
(it "Can be invoked"
@@ -90,8 +89,7 @@
90
89
(goto-char 150)
91
(expect (current-word) :to-equal "NewObjectType") ;sanity check
92
(call-interactively #'xref-find-definitions)
93
- (expect (file-name-nondirectory (buffer-file-name)) :to-equal "FileTwo.fs")))
94
+ (expect (file-name-nondirectory (buffer-file-name)) :to-equal "FileTwo.fs"))))
95
96
97
(provide 'integration-tests)
0 commit comments