Skip to content

Commit d38f3eb

Browse files
committed
[#2155] Move ReactiveStatelessWithBatchTest to org.hibernate.reactive
1 parent 38b4b69 commit d38f3eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/ReactiveStatelessWithBatchTest.java renamed to hibernate-reactive-core/src/test/java/org/hibernate/reactive/ReactiveStatelessWithBatchTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
* SPDX-License-Identifier: Apache-2.0
44
* Copyright: Red Hat Inc. and Hibernate Authors
55
*/
6-
package org.hibernate;
6+
package org.hibernate.reactive;
77

88
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
99
import org.hibernate.cfg.Configuration;
10-
import org.hibernate.reactive.BaseReactiveTest;
1110
import org.hibernate.reactive.annotations.EnabledFor;
1211
import org.hibernate.reactive.testing.SqlStatementTracker;
1312

0 commit comments

Comments
 (0)