Skip to content

Commit

Permalink
fixed failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Jun 22, 2022
1 parent f43d477 commit ac29a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class SuppressTest : LintTestBase(::IdentifierNaming) {
}
""".trimIndent()
lintMethod(code,
LintError(3, 15, "$DIKTAT_RULE_SET_ID:aai-identifier-naming",
LintError(3, 15, "$DIKTAT_RULE_SET_ID:${IdentifierNaming.NAME_ID}",
"${Warnings.FUNCTION_NAME_INCORRECT_CASE.warnText()} methODTREE", true))
}
}

0 comments on commit ac29a9e

Please sign in to comment.