Skip to content

Commit

Permalink
#3: Moved some io tests to correct the package
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Jun 4, 2017
1 parent 3643744 commit f149216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package org.cactoos.text;
package org.cactoos.io;

import java.io.IOException;
import org.cactoos.io.NotNullInput;
import org.junit.Test;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package org.cactoos.text;
package org.cactoos.io;

import java.io.IOException;
import org.cactoos.io.NotNullInput;
import org.cactoos.io.NotNullOutput;
import org.junit.Test;

/**
Expand Down

0 comments on commit f149216

Please sign in to comment.