You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-web-reactive/src/test/java/org/springframework/web/reactive/result/view/ViewResolutionResultHandlerTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ public void unresolvedViewName() throws Exception {
212
212
213
213
StepVerifier.create(mono)
214
214
.expectNextCount(0)
215
-
.expectErrorMatch(err -> err.getMessage().equals("Could not resolve view with name 'account'."))
215
+
.expectErrorMatches(err -> err.getMessage().equals("Could not resolve view with name 'account'."))
0 commit comments