From 0fd6c100a608d66c150985a906eddbb529ee50bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 16 Nov 2020 14:33:21 +0100 Subject: [PATCH] Polishing See gh-24103 --- .../test/web/servlet/result/ModelResultMatchersDsl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/ModelResultMatchersDsl.kt b/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/ModelResultMatchersDsl.kt index 68dc88465aa..a79fd0afbc7 100644 --- a/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/ModelResultMatchersDsl.kt +++ b/spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/ModelResultMatchersDsl.kt @@ -60,7 +60,7 @@ class ModelResultMatchersDsl internal constructor (private val actions: ResultAc /** * @see ModelResultMatchers.attributeErrorCount */ - fun attributeErrorCount(name: String, expectedCount: Int) { + fun attributeErrorCount(name: String, expectedCount: Int) { actions.andExpect(matchers.attributeErrorCount(name, expectedCount)) }