@@ -57,7 +57,7 @@ defmodule Mix.Tasks.DepsTest do
57
57
in_fixture "deps_status" , fn ->
58
58
Mix.Tasks.Deps . run [ ]
59
59
60
- assert_received { :mix_shell , :info , [ "* ok [git: \" https ://github.com/elixir-lang/ok.git\" ]" ] }
60
+ assert_received { :mix_shell , :info , [ "* ok [git: \" git ://github.com/elixir-lang/ok.git\" ]" ] }
61
61
assert_received { :mix_shell , :info , [ " locked at \" abcdef\" " ] }
62
62
assert_received { :mix_shell , :info , [ " lock mismatch: the dependency is out of date" ] }
63
63
assert_received { :mix_shell , :info , [ "* invalidvsn [path: \" deps/invalidvsn\" ]" ] }
@@ -124,7 +124,7 @@ defmodule Mix.Tasks.DepsTest do
124
124
Mix.Tasks.Deps.Check . run [ ]
125
125
end
126
126
127
- assert_received { :mix_shell , :error , [ "* ok [git: \" https ://github.com/elixir-lang/ok.git\" ]" ] }
127
+ assert_received { :mix_shell , :error , [ "* ok [git: \" git ://github.com/elixir-lang/ok.git\" ]" ] }
128
128
assert_received { :mix_shell , :error , [ " lock mismatch: the dependency is out of date" ] }
129
129
assert_received { :mix_shell , :error , [ "* invalidvsn [path: \" deps/invalidvsn\" ]" ] }
130
130
assert_received { :mix_shell , :error , [ " the dependency does not match the specified version, got 0.1.0" ] }
0 commit comments