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 f425948 commit 4a244e2Copy full SHA for 4a244e2
publication/src/test/scala/hmda/publication/reports/aggregate/A53Spec.scala
@@ -29,7 +29,7 @@ class A53Spec extends AsyncWordSpec with MustMatchers with LarGenerators with Be
29
30
val lars = lar100ListGen.sample.get.map { lar: LoanApplicationRegister =>
31
val geo = lar.geography.copy(msa = fips.toString)
32
- val loan = lar.loan.copy(loanType = 1, propertyType = propType, purpose = 1)
+ val loan = lar.loan.copy(propertyType = propType, purpose = 3)
33
lar.copy(geography = geo, loan = loan)
34
}
35
0 commit comments