File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
test/uk/gov/hmrc/helptosaveapi/connectors Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 17
17
package uk .gov .hmrc .helptosaveapi .connectors
18
18
19
19
import com .typesafe .config .ConfigFactory
20
- import org .mockito .IdiomaticMockito
21
20
import org .scalatest .matchers .should .Matchers .convertToAnyShouldWrapper
22
21
import org .scalatest .wordspec .AnyWordSpec
23
22
import org .scalatestplus .play .guice .GuiceOneAppPerSuite
24
- import org .scalatestplus .scalacheck .ScalaCheckPropertyChecks
25
23
import play .api .inject .guice .GuiceApplicationBuilder
26
24
import play .api .libs .json .Json
27
25
import play .api .test .Helpers .{await , defaultAwaitTimeout }
@@ -38,8 +36,7 @@ import scala.concurrent.ExecutionContext
38
36
39
37
// scalastyle:off magic.number
40
38
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 {
43
40
44
41
val (desBearerToken, desEnvironment) = " token" -> " environment"
45
42
You can’t perform that action at this time.
0 commit comments