Skip to content

Commit

Permalink
try to fix OffsetDateTime issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna committed Oct 12, 2022
1 parent 953dfaa commit 69796fc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
import com.azure.spring.data.cosmos.repository.repository.AuditableRepository;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runner.OrderWith;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
Expand All @@ -27,6 +29,7 @@

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = TestRepositoryConfig.class)
@FixMethodOrder
public class AuditableIT {

@ClassRule
Expand Down

0 comments on commit 69796fc

Please sign in to comment.