Skip to content

Commit

Permalink
[hotfix] Correct name of HDFS tests from 'org.apache.flink.tachyon' t…
Browse files Browse the repository at this point in the history
…o 'org.apache.flink.hdfstests'
  • Loading branch information
StephanEwen committed Oct 16, 2015
1 parent 6cb0fb5 commit eec2d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package org.apache.flink.tachyon;
package org.apache.flink.hdfstests;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
Expand Down
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package org.apache.flink.tachyon;
package org.apache.flink.hdfstests;

import org.apache.commons.io.IOUtils;
import org.apache.flink.api.common.io.FileOutputFormat;
Expand Down

0 comments on commit eec2d15

Please sign in to comment.