Re-enabled envers tests

This commit is contained in:
Andrea Boriero 2021-08-23 15:33:52 +02:00 committed by Andrea Boriero
parent 6011421fb7
commit 6f052f035e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.envers.test.integration.basic;
package org.hibernate.orm.test.envers.integration.basic;
import javax.persistence.Column;
import javax.persistence.Entity;

View File

@ -4,7 +4,7 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.envers.test.integration.basic;
package org.hibernate.orm.test.envers.integration.basic;
import java.util.Arrays;
import javax.persistence.EntityManager;