We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851bf70 commit ec161f8Copy full SHA for ec161f8
spring-batch-infrastructure/src/test/java/org/springframework/batch/repeat/jms/AsynchronousTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2006-2022 the original author or authors.
+ * Copyright 2006-2023 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -41,7 +41,7 @@
41
import static org.junit.jupiter.api.Assertions.assertTrue;
42
43
@SpringJUnitConfig(locations = "/org/springframework/batch/jms/jms-context.xml")
44
-@DirtiesContext
+@DirtiesContext(classMode = DirtiesContext.ClassMode.BEFORE_EACH_TEST_METHOD)
45
class AsynchronousTests {
46
47
@Autowired
0 commit comments