From 9f00f14c86e6ab3627ca1c2196ab3cee25cc0af2 Mon Sep 17 00:00:00 2001 From: Igor Dominiak Date: Tue, 4 Apr 2017 17:25:22 +0200 Subject: [PATCH] Fix test --- test/exi18n_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/exi18n_test.exs b/test/exi18n_test.exs index 915bf64..fbe1c90 100644 --- a/test/exi18n_test.exs +++ b/test/exi18n_test.exs @@ -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")