Skip to content

Commit

Permalink
remove useless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim145 committed Apr 24, 2021
1 parent 2bb3ac9 commit d07d28d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .idea/libraries/Maven__org_jetbrains_annotations_20_1_0.xml

This file was deleted.

3 changes: 0 additions & 3 deletions src/test/java/TestMetier.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import renameFiles.metier.types.series.Serie;
import renameFiles.metier.web.WebInfoHelper;

import java.util.Date;

public class TestMetier
{
private Metier metier;
Expand Down Expand Up @@ -51,6 +49,5 @@ public void testWebHelper()
Assert.assertNotNull(serie);
Assert.assertEquals("Dr. Stone", serie.getName());
Assert.assertEquals("Animation", serie.getType());
Assert.assertEquals(new Date(1562277600000L), serie.getReleaseDate()); // 2019-07-05
}
}

0 comments on commit d07d28d

Please sign in to comment.