Skip to content

Commit

Permalink
Fix another code action test
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Jul 23, 2019
1 parent 092c7a2 commit 805961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/FunctionalCodeActionsSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ spec = describe "code actions" $ do
GHC86 -> do
liftIO $ map (^. L.title) cas `shouldMatchList`
[ "Substitute hole (Int) with x ([Int])"
, "Substitute hole (Int) with foo ([Int] -> Int Valid hole fits include)"
, "Substitute hole (Int) with foo ([Int] -> Int)"
, "Substitute hole (Int) with maxBound (forall a. Bounded a => a with maxBound @Int)"
, "Substitute hole (Int) with minBound (forall a. Bounded a => a with minBound @Int)"
]
Expand Down

0 comments on commit 805961d

Please sign in to comment.