mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
See gh-24103
This commit is contained in:
+1
-1
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user