Skip to content

Commit

Permalink
Move tests to same package as tested classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 25, 2015
1 parent 412b4cb commit f3cdded
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
* limitations under the License.
*/

package retrofit;
package retrofit.mock;

import java.io.IOException;
import java.io.InterruptedIOException;
@@ -25,6 +25,10 @@
import java.util.concurrent.atomic.AtomicReference;
import org.junit.Before;
import org.junit.Test;
import retrofit.Call;
import retrofit.Callback;
import retrofit.Response;
import retrofit.Retrofit;
import retrofit.mock.CallBehaviorAdapter;
import retrofit.mock.Calls;
import retrofit.mock.MockRetrofit;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package retrofit;
package retrofit.mock;

import java.util.Random;
import org.junit.Test;

0 comments on commit f3cdded

Please sign in to comment.