Skip to content

Commit

Permalink
Merge pull request #11 from PascalSchumacher/remove_unused_imports
Browse files Browse the repository at this point in the history
remove unused junit imports from DateTimeAssert_isIn_Test
  • Loading branch information
joel-costigliola committed Nov 15, 2015
2 parents d281162 + 73300aa commit 797b08c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
import org.junit.Test;
import org.junit.experimental.theories.Theories;
import org.junit.runner.RunWith;

/**
* Tests specific to {@link org.assertj.jodatime.api.DateTimeAssert#isIn(org.joda.time.DateTime...)} that can't be done
Expand Down

0 comments on commit 797b08c

Please sign in to comment.