Skip to content

Commit 19624bd

Browse files
author
Nick Grippin
committed
use smaller lar source
1 parent 2ea5970 commit 19624bd

File tree

1 file changed

+3
-3
lines changed
  • publication/src/test/scala/hmda/publication/reports/national

1 file changed

+3
-3
lines changed

publication/src/test/scala/hmda/publication/reports/national/N52Spec.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import org.scalacheck.Gen
1515
import org.scalatest.{ AsyncWordSpec, BeforeAndAfterAll, MustMatchers }
1616

1717
class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with BeforeAndAfterAll {
18-
/*
18+
1919
implicit val system = ActorSystem()
2020
implicit val ec = system.dispatcher
2121
implicit val materializer = ActorMaterializer()
@@ -29,7 +29,7 @@ class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with Be
2929
val fipsGen = Gen.oneOf(fips)
3030
def propType = Gen.oneOf(1, 2).sample.get
3131

32-
val lars = lar100ListGen.sample.get.map { lar: LoanApplicationRegister =>
32+
val lars = larListGen.sample.get.map { lar: LoanApplicationRegister =>
3333
val geo = lar.geography.copy(msa = fipsGen.sample.get)
3434
val loan = lar.loan.copy(loanType = 1, propertyType = propType, purpose = 1)
3535
lar.copy(geography = geo, loan = loan)
@@ -62,5 +62,5 @@ class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with Be
6262
races.head.dispositions.map(_.disposition) mustBe expectedDispositions
6363
}
6464
}
65-
*/
65+
6666
}

0 commit comments

Comments
 (0)