Skip to content

Commit

Permalink
Minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 5, 2025
1 parent ec1b653 commit baf149a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@

import static org.junit.jupiter.api.Assertions.assertEquals;

public class AnnotationTest extends DateTimeTest
public class AnnotationTest extends JodaTestBase
{
static class AClass{
static class AClass
{
@JsonSerialize(using = DateTimeSerializer.class)
@JsonDeserialize(using = DateTimeDeserializer.class)
private DateTime createdOn = DateTime.now(DateTimeZone.UTC);
Expand Down

0 comments on commit baf149a

Please sign in to comment.