Skip to content

Commit 08a084d

Browse files
committed
Apply hlint suggestion 😄
1 parent 6f91e8e commit 08a084d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/FunctionalCodeAction.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ hlintTests = testGroup "hlint suggestions" [
110110

111111
diags' <- waitForDiagnostics
112112

113-
liftIO $ (not $ Just "hlint" `elem` map (^. L.source) diags') @? "There are no hlint diagnostics"
113+
liftIO $ Just "hlint" `notElem` map (^. L.source) diags' @? "There are no hlint diagnostics"
114114
]
115115

116116
renameTests :: TestTree

0 commit comments

Comments
 (0)