Skip to content

Commit 240dd07

Browse files
July541jneira
andcommitted
Update plugins/hls-call-hierarchy-plugin/test/Main.hs
Co-authored-by: Javier Neira <[email protected]>
1 parent 7e9f1c8 commit 240dd07

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-call-hierarchy-plugin/test

1 file changed

+1
-1
lines changed

plugins/hls-call-hierarchy-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ prepareCallHierarchyTests =
164164
selRange = mkRange 1 13 1 14
165165
expected = mkCallHierarchyItemC "A" SkConstructor range selRange
166166
oneCaseWithCreate contents 1 13 expected
167-
, testGroup "type singature"
167+
, testGroup "type signature"
168168
[ testCase "next line" $ do
169169
let contents = T.unlines ["a::Int", "a=3"]
170170
range = mkRange 1 0 1 3

0 commit comments

Comments
 (0)