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 d2f0207..6940f54 100644 --- a/test/mock_git_resource.erl +++ b/test/mock_git_resource.erl @@ -103,7 +103,7 @@ mock_download(Opts) -> Overrides = proplists:get_value(override_vsn, Opts, []), meck:expect( ?MOD, download, - fun (Dir, Git) -> + fun (Dir, Git, _) -> filelib:ensure_dir(Dir), {git, Url, {_, Vsn}} = normalize_git(Git, Overrides, Default), App = app(Url), |