Skip to content

Commit

Permalink
Fix tests broken by standard_app changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 21, 2016
1 parent e526013 commit 37ff33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mix/lib/releases/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Mix.Releases.Utils do
## Example
iex> {:ok, contents} = #{__MODULE__}.template("vm.args", [rel_name: :test])
iex> {:ok, contents} = #{__MODULE__}.template("vm.args", [release_name: :test])
...> String.contains?(contents, "-name [email protected]")
true
"""
Expand Down
2 changes: 1 addition & 1 deletion test/config_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule ConfigTest do
end)
assert %Config{environments: %{
dev: %Environment{profile: %Profile{dev_mode: true, include_erts: false}},
default: %Environment{profile: %Profile{dev_mode: false, include_erts: true}}},
prod: %Environment{profile: %Profile{dev_mode: false, include_erts: true, strip_debug_info: false}}},
releases: %{
standard_app: %Release{version: "0.0.1", applications: [:elixir, :iex, :sasl, :standard_app]}},
default_release: :default,
Expand Down

0 comments on commit 37ff33e

Please sign in to comment.