Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 20, 2024
1 parent 435c574 commit 61e8452
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/gettext/macros_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ defmodule Gettext.MacrosTest do
end

test "dgettext/3 and dngettext/2: non-binary things at compile-time" do


error =
assert_raise ArgumentError, fn ->
defmodule Sample do
Expand Down Expand Up @@ -178,7 +176,6 @@ defmodule Gettext.MacrosTest do
assert message =~ "{:msgid_plural"
assert message =~ "Gettext.gettext(Gettext.MacrosTest.Translator, string)"


error =
assert_raise ArgumentError, fn ->
defmodule Sample do
Expand Down

0 comments on commit 61e8452

Please sign in to comment.