Skip to content

Commit 154f7b9

Browse files
author
Nick Grippin
committed
fix protocol tests
1 parent bffd0e7 commit 154f7b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class N52ProtocolSpec extends PropSpec with PropertyChecks with MustMatchers {
1818
forAll(n52Gen) { n52 =>
1919
n52.toJson mustBe JsObject(
2020
"table" -> JsString("5-2"),
21-
"type" -> JsString("National Aggregate"),
22-
"desc" -> JsString("Disposition of Applications for Conventional Home-Purchase Loans, 1-to-4 Family and Manufactured Home Dwellings, by Income, Race, and Ethnicity of Applicant"),
21+
"type" -> JsString("NationalAggregate"),
22+
"desc" -> JsString("Disposition of applications for conventional home purchase loans on 1-to-4 family and manufactured home dwellings"),
2323
"year" -> JsNumber(n52.year),
2424
"reportDate" -> JsString(n52.reportDate),
2525
"applicantIncomes" -> n52.applicantIncomes.toJson,
@@ -28,3 +28,4 @@ class N52ProtocolSpec extends PropSpec with PropertyChecks with MustMatchers {
2828
}
2929
}
3030
}
31+

0 commit comments

Comments
 (0)