Skip to content

Commit d87432b

Browse files
committed
move test to non-failing
1 parent ecb086d commit d87432b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fasterxml.jackson.datatype.hibernate4.failing;
1+
package com.fasterxml.jackson.datatype.hibernate4;
22

33
import javax.persistence.EntityManager;
44
import javax.persistence.EntityManagerFactory;
@@ -7,7 +7,6 @@
77
import org.hibernate.Hibernate;
88

99
import com.fasterxml.jackson.databind.ObjectMapper;
10-
import com.fasterxml.jackson.datatype.hibernate4.BaseTest;
1110
import com.fasterxml.jackson.datatype.hibernate4.data.Contrato;
1211

1312
public class InfiniteRecursion70Test extends BaseTest

0 commit comments

Comments
 (0)