Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit aefdd7d

Browse files
committed
Fix path for cradle discovery
1 parent 42fa73f commit aefdd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin-dispatcher/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ newPluginSpec = do
4646
let makeReq = sendRequest scheduler
4747

4848
cwd <- getCurrentDirectory
49-
crdl <- Bios.findLocalCradle (cwd </> "File.hs")
49+
crdl <- Bios.findLocalCradle (cwd </> "test" </> "testdata" </> "File.hs")
5050

5151
pid <- forkIO $ runScheduler scheduler
5252
(\_ _ _ -> return ())

0 commit comments

Comments
 (0)