Skip to content

Commit

Permalink
Tweak test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed May 31, 2022
1 parent ea13b51 commit 3d65ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis/tests/src/Hover.res
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ let arity0a = (. ()) => {
let arity0b = (. (), . ()) => 3
// ^hov

let arity0c = (. (), . ()) => [3]
let arity0c = (. (), ()) => 3
// ^hov
2 changes: 1 addition & 1 deletion analysis/tests/src/expected/Hover.res.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ Hover tests/src/Hover.res 121:4
{"contents": "```rescript\n(.) => (.) => int\n```"}

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

0 comments on commit 3d65ea9

Please sign in to comment.