Skip to content

Commit 4a244e2

Browse files
committed
Correction to test filter logic
1 parent f425948 commit 4a244e2

File tree

1 file changed

+1
-1
lines changed
  • publication/src/test/scala/hmda/publication/reports/aggregate

1 file changed

+1
-1
lines changed

publication/src/test/scala/hmda/publication/reports/aggregate/A53Spec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class A53Spec extends AsyncWordSpec with MustMatchers with LarGenerators with Be
2929

3030
val lars = lar100ListGen.sample.get.map { lar: LoanApplicationRegister =>
3131
val geo = lar.geography.copy(msa = fips.toString)
32-
val loan = lar.loan.copy(loanType = 1, propertyType = propType, purpose = 1)
32+
val loan = lar.loan.copy(propertyType = propType, purpose = 3)
3333
lar.copy(geography = geo, loan = loan)
3434
}
3535

0 commit comments

Comments
 (0)