Skip to content

Commit

Permalink
Moved AssumptionViolatedExceptionTest into the correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
dhasday committed Feb 22, 2014
1 parent baae295 commit f7ed086
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.junit.tests.experimental;
package org.junit;

import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.CoreMatchers.is;
Expand All @@ -8,8 +8,6 @@

import org.hamcrest.Matcher;
import org.hamcrest.StringDescription;
import org.junit.AssumptionViolatedException;
import org.junit.Test;
import org.junit.experimental.theories.DataPoint;
import org.junit.experimental.theories.Theories;
import org.junit.experimental.theories.Theory;
Expand Down

0 comments on commit f7ed086

Please sign in to comment.