Skip to content

Commit cbb60c8

Browse files
committed
Move TransactionSynchronizationTests core Package
1 parent ab36717 commit cbb60c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/test/java/transaction/TransactionSynchronizationTests.java renamed to spring-kafka/src/test/java/org/springframework/kafka/core/TransactionSynchronizationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package transaction;
17+
package org.springframework.kafka.core;
1818

1919
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
2020
import static org.mockito.ArgumentMatchers.any;

0 commit comments

Comments
 (0)