diff --git a/test/credo/check/readability/function_names_test.exs b/test/credo/check/readability/function_names_test.exs index 7363c0a54..ada16f349 100644 --- a/test/credo/check/readability/function_names_test.exs +++ b/test/credo/check/readability/function_names_test.exs @@ -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 # ...