Skip to content

Commit

Permalink
Make field available in test class
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Oct 11, 2021
1 parent be4ce14 commit b141d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public class TestPostgreSqlTypeMapping
private static final LocalDate EPOCH_DAY = LocalDate.ofEpochDay(0);
private static final JsonCodec<List<Map<String, String>>> HSTORE_CODEC = listJsonCodec(mapJsonCodec(String.class, String.class));

private TestingPostgreSqlServer postgreSqlServer;
protected TestingPostgreSqlServer postgreSqlServer;

private final LocalDateTime beforeEpoch = LocalDateTime.of(1958, 1, 1, 13, 18, 3, 123_000_000);
private final LocalDateTime epoch = LocalDateTime.of(1970, 1, 1, 0, 0, 0);
Expand Down

0 comments on commit b141d61

Please sign in to comment.