Skip to content
Snippets Groups Projects
Commit 312a5d91 authored by Alexis Williams's avatar Alexis Williams
Browse files

Fix test that broke by removing non v1- sandbox

parent d0039e24
No related branches found
No related tags found
No related merge requests found
...@@ -21,5 +21,5 @@ main = cabalTest $ do ...@@ -21,5 +21,5 @@ main = cabalTest $ do
-- TODO: Ugh. Test abstractions leaking -- TODO: Ugh. Test abstractions leaking
-- through -- through
" --sandbox-config-file " ++ show (testSandboxConfigFile env) ++ " --sandbox-config-file " ++ show (testSandboxConfigFile env) ++
" sandbox hc-pkg list"] " v1-sandbox hc-pkg list"]
>>= assertOutputContains "my-0.1" >>= assertOutputContains "my-0.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment