aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/test/scala/example/WordCountTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'scalding/src/test/scala/example/WordCountTest.scala')
-rw-r--r--scalding/src/test/scala/example/WordCountTest.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/scalding/src/test/scala/example/WordCountTest.scala b/scalding/src/test/scala/example/WordCountTest.scala
index c42770f..b3f3b64 100644
--- a/scalding/src/test/scala/example/WordCountTest.scala
+++ b/scalding/src/test/scala/example/WordCountTest.scala
@@ -13,8 +13,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
-package com.twitter.scalding
+package example
+import com.twitter.scalding.{ JobTest, TextLine, TypedTsv }
import org.scalatest.{ Matchers, WordSpec }
class WordCountTest extends WordSpec with Matchers {