Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gvl committed Apr 4, 2017
1 parent 5cfec42 commit 9f00f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exi18n_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule ExI18nTest do

test "t/3 fallback to default locale translation if translation empty" do
Application.put_env(:exi18n, :locales, ~w(en de))
# Application.put_env(:exi18n, :fallback, true)
Application.put_env(:exi18n, :fallback, true)

assert ExI18n.t("de", "empty") == ExI18n.t("en", "empty")

Expand Down

0 comments on commit 9f00f14

Please sign in to comment.