We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56f1bf commit d5ceb84Copy full SHA for d5ceb84
publication/src/test/scala/hmda/publication/reports/disclosure/D53Spec.scala
@@ -28,12 +28,11 @@ class D53Spec extends AsyncWordSpec with MustMatchers with LarGenerators with Be
28
29
val respId = "98765"
30
val fips = 18700 //Corvallis, OR
31
- def loanType = Gen.oneOf(2, 3, 4).sample.get
32
def propType = Gen.oneOf(1, 2).sample.get
33
34
val lars = lar100ListGen.sample.get.map { lar: LoanApplicationRegister =>
35
val geo = lar.geography.copy(msa = fips.toString)
36
- val loan = lar.loan.copy(loanType = loanType, propertyType = propType, purpose = 1)
+ val loan = lar.loan.copy(propertyType = propType, purpose = 3)
37
lar.copy(respondentId = respId, geography = geo, loan = loan)
38
}
39
0 commit comments