Skip to content

Commit

Permalink
Fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
doanduyhai committed Mar 27, 2021
1 parent 3f19f54 commit 71110b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -45,7 +46,7 @@

public class TestEntityWithComplexTuple {

@Rule
@ClassRule
public static AchillesTestResource<ManagerFactory> resource = AchillesTestResourceBuilder
.forJunit()
.entityClassesToTruncate(EntityWithComplexTuple.class)
Expand Down

0 comments on commit 71110b8

Please sign in to comment.