File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
publication/src/test/scala/hmda/publication/reports/national Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import org.scalacheck.Gen
15
15
import org .scalatest .{ AsyncWordSpec , BeforeAndAfterAll , MustMatchers }
16
16
17
17
class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with BeforeAndAfterAll {
18
- /*
18
+
19
19
implicit val system = ActorSystem ()
20
20
implicit val ec = system.dispatcher
21
21
implicit val materializer = ActorMaterializer ()
@@ -29,7 +29,7 @@ class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with Be
29
29
val fipsGen = Gen .oneOf(fips)
30
30
def propType = Gen .oneOf(1 , 2 ).sample.get
31
31
32
- val lars = lar100ListGen .sample.get.map { lar: LoanApplicationRegister =>
32
+ val lars = larListGen .sample.get.map { lar : LoanApplicationRegister =>
33
33
val geo = lar.geography.copy(msa = fipsGen.sample.get)
34
34
val loan = lar.loan.copy(loanType = 1 , propertyType = propType, purpose = 1 )
35
35
lar.copy(geography = geo, loan = loan)
@@ -62,5 +62,5 @@ class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with Be
62
62
races.head.dispositions.map(_.disposition) mustBe expectedDispositions
63
63
}
64
64
}
65
- */
65
+
66
66
}
You can’t perform that action at this time.
0 commit comments