Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Fix reference to MockitoSugar
Browse files Browse the repository at this point in the history
  • Loading branch information
Regis Kuckaertz committed Feb 19, 2018
1 parent 33874df commit e9176f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ import org.mockito.Mockito._
import org.scalatest.concurrent.ScalaFutures
import org.scalatest.{BeforeAndAfterAll, FunSuite}
import org.scalatest.Matchers
import org.scalatest.mock.MockitoSugar
import org.scalatest.mockito.MockitoSugar
import org.mockito.Mockito.when
import scala.concurrent.ExecutionContext.Implicits.global

Expand Down

0 comments on commit e9176f4

Please sign in to comment.