Skip to content

Commit d104548

Browse files
Integration tests: Releax tooltip match
Fix failing travis test resulting from improved fsautocomplete.exe tooltips. Fixes #193.
1 parent c26389c commit d104548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
(fsharp-ac-parse-current-buffer t)
144144
(fsharp-ac/show-tooltip-at-point)
145145
(wait-for-condition tiptext)
146-
(should-match "val func : x:int -> int\n\nFull name: Program.X.func"
146+
(should-match "val func:[ \n]+x: int[ \n]+-> int"
147147
tiptext))))))
148148

149149
(ert-deftest check-errors ()

0 commit comments

Comments
 (0)