Skip to content

Commit

Permalink
Remove unnecessary assertion in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Aug 20, 2024
1 parent 5835a6c commit 898f7c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/gettext/new_backend_setup_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ defmodule Gettext.NewBackendSetupTest do
end
)

assert_received {:trace, {:require, _meta, Gettext.Macros, _opts}}
refute_received {:trace, {:require, _meta, ^backend_module, _opts}}
refute_received {:trace, {:import, _meta, ^backend_module, _opts}}
end
Expand Down

0 comments on commit 898f7c4

Please sign in to comment.