Skip to content

Commit

Permalink
move test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisKovanidis committed Jan 8, 2018
1 parent 945543f commit ccdf75d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.jnksoftware.discountfinderandroid.Apis;
package eu.jnksoftware.discountfinderandroid;

/**
* Created by nikos on 10/12/2017.
Expand All @@ -11,6 +11,7 @@
import java.io.IOException;


import eu.jnksoftware.discountfinderandroid.Apis.ApiUtils;
import eu.jnksoftware.discountfinderandroid.models.token.User;
import eu.jnksoftware.discountfinderandroid.services.IuserService;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.jnksoftware.discountfinderandroid.Apis;
package eu.jnksoftware.discountfinderandroid;


import junit.framework.TestCase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.jnksoftware.discountfinderandroid.Apis;
package eu.jnksoftware.discountfinderandroid;

import junit.framework.Assert;
import junit.framework.TestCase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.jnksoftware.discountfinderandroid.Apis;
package eu.jnksoftware.discountfinderandroid;


import org.junit.Test;
Expand Down

0 comments on commit ccdf75d

Please sign in to comment.