Skip to content

Commit 7037254

Browse files
DLS-10782 tidy up
1 parent 888b661 commit 7037254

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/uk/gov/hmrc/helptosaveapi/connectors/HelpToSaveConnectorImplSpec.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@
1717
package uk.gov.hmrc.helptosaveapi.connectors
1818

1919
import com.typesafe.config.ConfigFactory
20-
import org.mockito.IdiomaticMockito
2120
import org.scalatest.matchers.should.Matchers.convertToAnyShouldWrapper
2221
import org.scalatest.wordspec.AnyWordSpec
2322
import org.scalatestplus.play.guice.GuiceOneAppPerSuite
24-
import org.scalatestplus.scalacheck.ScalaCheckPropertyChecks
2523
import play.api.inject.guice.GuiceApplicationBuilder
2624
import play.api.libs.json.Json
2725
import play.api.test.Helpers.{await, defaultAwaitTimeout}
@@ -38,8 +36,7 @@ import scala.concurrent.ExecutionContext
3836

3937
// scalastyle:off magic.number
4038
class HelpToSaveConnectorImplSpec
41-
extends AnyWordSpec with IdiomaticMockito with WireMockMethods with WireMockSupport with GuiceOneAppPerSuite
42-
with ScalaCheckPropertyChecks {
39+
extends AnyWordSpec with WireMockMethods with WireMockSupport with GuiceOneAppPerSuite {
4340

4441
val (desBearerToken, desEnvironment) = "token" -> "environment"
4542

0 commit comments

Comments
 (0)