Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Remove unused test fields and remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rstuart-scottlogic committed Oct 8, 2019
1 parent c3a9a57 commit 7ac1272
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public class AfterDateRelationTest {

private final Field a = new Field("a", Types.DATETIME, false, "", false);
private final Field b = new Field("b", Types.DATETIME, false, "", false);
private final FieldSpecRelations afterDateRelations = new AfterDateRelation(a, b, true);

@Test
public void testReduceToFieldSpec_withNotNull_reducesToSpec() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import java.time.ZoneOffset;
import java.time.temporal.ChronoUnit;

import static com.scottlogic.deg.common.util.Defaults.ISO_MAX_DATE;
import static com.scottlogic.deg.common.util.Defaults.ISO_MIN_DATE;
import static org.junit.jupiter.api.Assertions.assertEquals;

Expand Down

0 comments on commit 7ac1272

Please sign in to comment.