aboutsummaryrefslogtreecommitdiffstats
path: root/test/TestUtils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/TestUtils.hs')
-rw-r--r--test/TestUtils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TestUtils.hs b/test/TestUtils.hs
index e505de2..84f95bf 100644
--- a/test/TestUtils.hs
+++ b/test/TestUtils.hs
@@ -14,7 +14,7 @@ testConfig = Config {
}
testRunL :: Env -> LContext a -> IO (Either LException (a, LState))
-testRunL env = runL LState { stateConfig = testConfig, stateEnv = env }
+testRunL env = runL LState { stateConfig = testConfig, stateEnv = env, stateDepth = 0 }
expectSuccessL :: Env -> LContext a -> IO (a, LState)
expectSuccessL env lc =