Skip to content

Commit

Permalink
Refactor test case for private multi letter sigils in FunctionNames c…
Browse files Browse the repository at this point in the history
…heck
  • Loading branch information
leobessa committed Jun 13, 2024
1 parent 956ca4e commit 880062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/credo/check/readability/function_names_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ defmodule Credo.Check.Readability.FunctionNamesTest do
|> refute_issues()
end

test "it should NOT report expected code for private multi letter sigils /2" do
test "it should NOT report expected code for private multi letter sigils" do
"""
defp sigil_ZZO(input, args) do
# ...
Expand Down

0 comments on commit 880062a

Please sign in to comment.