Skip to content

Commit

Permalink
Removes import MockitoSugar
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa Paradela committed May 12, 2016
1 parent 0c064a7 commit db65758
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/scala/com.fortysevendeg.github4s/TestUtils.scala
@@ -1,8 +1,6 @@
package com.fortysevendeg.github4s

import org.scalatest.mock.MockitoSugar

trait TestUtils extends MockitoSugar {
trait TestUtils {

val accessToken = sys.props.get("token")

Expand Down

0 comments on commit db65758

Please sign in to comment.