diff options
Diffstat (limited to 'test/mock_git_resource.erl')
-rw-r--r-- | test/mock_git_resource.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mock_git_resource.erl b/test/mock_git_resource.erl index 8e50ec4..d867a28 100644 --- a/test/mock_git_resource.erl +++ b/test/mock_git_resource.erl @@ -102,8 +102,8 @@ mock_download(Opts) -> meck:expect( ?MOD, download, fun (Dir, Git) -> - {git, Url, {_, Vsn}} = normalize_git(Git, Overrides, Default), filelib:ensure_dir(Dir), + {git, Url, {_, Vsn}} = normalize_git(Git, Overrides, Default), App = app(Url), AppDeps = proplists:get_value(App, Deps, []), rebar_test_utils:create_app( |