We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a2611b + ca377e4 commit 499cf5eCopy full SHA for 499cf5e
spring-test/src/main/java/org/springframework/test/web/servlet/assertj/MockMvcTester.java
@@ -108,7 +108,7 @@
108
* Both resolved and unresolved exceptions are considered a failure that can
109
* be asserted as follows:
110
* <pre><code class="java">
111
- * // perform a GET on /boom and assert the message for the the exception
+ * // perform a GET on /boom and assert the message for the exception
112
* assertThat(mvc.get().uri("/boom")).hasFailed()
113
* .failure().hasMessage("Test exception");
114
* </code></pre>
0 commit comments