BAEL-3387 Moved test class to the correct package (#8533)

This commit is contained in:
Priyesh Mashelkar 2020-01-15 05:39:43 +00:00 committed by Grzegorz Piwowarek
parent c4c51d0383
commit 2ae7de168d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.hibernatelogging;
package com.baeldung.hibernate.logging;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;