Skip to content

Commit 7224fe1

Browse files
committed
check 7th method
1 parent 907faef commit 7224fe1

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
@@ -85,12 +85,12 @@
8585
(expect (current-word) :to-equal "printfn") ;sanity check
8686
(call-interactively #'xref-find-definitions)
8787
(expect (file-name-nondirectory (buffer-file-name)) :to-equal "fslib-extra-pervasives.fs")))
88-
;; (it "finds definitions in other files of Project"
89-
;; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Program.fs")
90-
;; (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")))
88+
(it "finds definitions in other files of Project"
89+
(with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Program.fs")
90+
(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")))
9494
)
9595

9696

0 commit comments

Comments
 (0)