Skip to content

Commit 92f776d

Browse files
authored
correct module name
1 parent 6482215 commit 92f776d

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-hlint-plugin/test

1 file changed

+1
-1
lines changed

plugins/hls-hlint-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ suggestionsTests =
173173
expectNoMoreDiagnostics 3 doc "hlint"
174174
, knownBrokenForHlintOnRawGhc "[#2280] maybe hlint is ignoring pragmas" $
175175
testCase "hlint should not warn about redundant irrefutable pattern with LANGUAGE Strict" $ runHlintSession "" $ do
176-
doc <- openDoc "StrictDo.hs" "haskell"
176+
doc <- openDoc "StrictData.hs" "haskell"
177177

178178
waitForAllProgressDone
179179

0 commit comments

Comments
 (0)