Polishing

See gh-24103
This commit is contained in:
Sébastien Deleuze
2020-11-16 14:33:21 +01:00
parent 0819a9fcc9
commit 0fd6c100a6

View File

@@ -60,7 +60,7 @@ class ModelResultMatchersDsl internal constructor (private val actions: ResultAc
/**
* @see ModelResultMatchers.attributeErrorCount
*/
fun <T> attributeErrorCount(name: String, expectedCount: Int) {
fun attributeErrorCount(name: String, expectedCount: Int) {
actions.andExpect(matchers.attributeErrorCount(name, expectedCount))
}