Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldickson committed Oct 14, 2024
1 parent 4c804fa commit 986db26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class IgnoredReturnValueRuleTest(private val env: KotlinCoreEnvironment) {
"Test.kt\$returnsInt()"
)
findings.forEach { finding ->
assertThat(finding.message).isEqualTo("The return value of this function call is ignored.")
assertThat(finding.message).isEqualTo(IGNORED_RETURN_VALUE)
}
}

Expand Down

0 comments on commit 986db26

Please sign in to comment.