Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner authored Jun 13, 2023
1 parent d12a929 commit 3b236d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/credo/check/readability/strict_module_layout_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ defmodule Credo.Check.Readability.StrictModuleLayoutTest do
|> to_source_file
|> run_check(@described_check,
order: ~w(import module_attribute)a,
ignore_module_attributes: ~w/@trace/a
ignore_module_attributes: ~w/trace/a
)
|> assert_issue

Expand Down

0 comments on commit 3b236d2

Please sign in to comment.