Skip to content

Commit

Permalink
Rename tests for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra authored Jan 9, 2021
1 parent c8f001f commit b65b289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghcide/test/exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ addFunctionConstraintTests = let
(missingConstraintSourceCode "")
(missingConstraintSourceCode "Eq a => ")
, check
"Add `Eq a` to the context of the type signature for `eq`"
"Add `Eq a` to the context of the type signature for `eq` (forall)"
(missingConstraintWithForAllSourceCode "")
(missingConstraintWithForAllSourceCode "Eq a => ")
, check
Expand All @@ -2028,7 +2028,7 @@ addFunctionConstraintTests = let
(incompleteConstraintSourceCode2 "(Eq a, Eq b)")
(incompleteConstraintSourceCode2 "(Eq a, Eq b, Eq c)")
, check
"Add `Eq b` to the context of the type signature for `eq`"
"Add `Eq b` to the context of the type signature for `eq` (forall)"
(incompleteConstraintWithForAllSourceCode "Eq a")
(incompleteConstraintWithForAllSourceCode "(Eq a, Eq b)")
, check
Expand Down

0 comments on commit b65b289

Please sign in to comment.