Skip to content

Commit 3d65ea9

Browse files
committed
Tweak test.
1 parent ea13b51 commit 3d65ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

analysis/tests/src/Hover.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ let arity0a = (. ()) => {
122122
let arity0b = (. (), . ()) => 3
123123
// ^hov
124124

125-
let arity0c = (. (), . ()) => [3]
125+
let arity0c = (. (), ()) => 3
126126
// ^hov

analysis/tests/src/expected/Hover.res.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ Hover tests/src/Hover.res 121:4
7777
{"contents": "```rescript\n(.) => (.) => int\n```"}
7878

7979
Hover tests/src/Hover.res 124:4
80-
{"contents": "```rescript\n(.) => (.) => array<int>\n```"}
80+
{"contents": "```rescript\n(. unit, unit) => int\n```"}
8181

0 commit comments

Comments
 (0)