We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfed34 commit 25e153dCopy full SHA for 25e153d
plugins/hls-stylish-haskell-plugin/test/Main.hs
@@ -10,8 +10,8 @@ import Test.Hls
10
main :: IO ()
11
main = defaultTestRunner tests
12
13
-stylishHaskellPlugin :: PluginDescriptor IdeState
14
-stylishHaskellPlugin = StylishHaskell.descriptor "stylishHaskell"
+stylishHaskellPlugin :: PluginTestDescriptor ()
+stylishHaskellPlugin = mkPluginTestDescriptor' StylishHaskell.descriptor "stylishHaskell"
15
16
tests :: TestTree
17
tests = testGroup "stylish-haskell"
0 commit comments