Fix double "before" typo

This commit is contained in:
juhyun
2023-01-16 00:56:19 +09:00
committed by Mahmoud Ben Hassine
parent 562bb0742c
commit e79b366957

View File

@@ -375,7 +375,7 @@ class SimpleRepeatTemplateTests extends AbstractTradeBatchTests {
/**
* Checked exceptions are wrapped into runtime RepeatException. RepeatException should
* be unwrapped before before it is passed to listeners and exception handler.
* be unwrapped before it is passed to listeners and exception handler.
*/
@Test
void testExceptionUnwrapping() {