Skip to content

Commit 6c5d7bf

Browse files
committed
Fix backported test
1 parent 804d034 commit 6c5d7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/test/mix_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ defmodule MixTest do
297297
lockfile |> Path.dirname() |> File.mkdir_p!()
298298
Mix.Project.push(GitApp)
299299
[_latest_rev, rev | _] = get_git_repo_revs("git_repo")
300-
Mix.Dep.Lock.write(%{git_repo: {:git, fixture_path("git_repo"), rev, []}}, file: lockfile)
300+
Mix.Dep.Lock.write(lockfile, %{git_repo: {:git, fixture_path("git_repo"), rev, []}})
301301
Mix.ProjectStack.pop()
302302

303303
Mix.install(

0 commit comments

Comments
 (0)