Consistent use of 6.1 as generational version number
This commit is contained in:
@@ -39,7 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* or assert the events from a separate thread, in conjunction with JUnit 4.
|
||||
*
|
||||
* @author Simon Baslé
|
||||
* @since 6.1.0
|
||||
* @since 6.1
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@RecordApplicationEvents
|
||||
|
||||
@@ -36,7 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* or assert the events from a separate thread, in conjunction with TestNG.
|
||||
*
|
||||
* @author Simon Baslé
|
||||
* @since 6.1.0
|
||||
* @since 6.1
|
||||
*/
|
||||
@RecordApplicationEvents
|
||||
class TestNGApplicationEventsAsyncIntegrationTests extends AbstractTestNGSpringContextTests {
|
||||
|
||||
Reference in New Issue
Block a user