Skip to content

Commit 41b8e99

Browse files
authored
fix type in test name
1 parent 461ab92 commit 41b8e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/credo/check/readability/nested_function_calls_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule Credo.Check.Readability.NestedFunctionCallsTest do
2222
|> refute_issues()
2323
end
2424

25-
test "it should NOT report code with nested type calls inside" do
25+
test "it should NOT report code with nested type calls" do
2626
"""
2727
defmodule CredoSampleModule do
2828
@callback callback_name :: Keyword.t(Some.remote(some_arg))

0 commit comments

Comments
 (0)