diff --git a/integration-test-2_1/src/test/java/info/archinnov/achilles/it/TestEntityWithComplexTuple.java b/integration-test-2_1/src/test/java/info/archinnov/achilles/it/TestEntityWithComplexTuple.java index f7a9c78c1..da145d040 100644 --- a/integration-test-2_1/src/test/java/info/archinnov/achilles/it/TestEntityWithComplexTuple.java +++ b/integration-test-2_1/src/test/java/info/archinnov/achilles/it/TestEntityWithComplexTuple.java @@ -25,6 +25,7 @@ import org.apache.commons.lang3.RandomUtils; import org.junit.AfterClass; +import org.junit.ClassRule; import org.junit.Rule; import org.junit.Test; @@ -45,7 +46,7 @@ public class TestEntityWithComplexTuple { - @Rule + @ClassRule public static AchillesTestResource resource = AchillesTestResourceBuilder .forJunit() .entityClassesToTruncate(EntityWithComplexTuple.class)