Skip to content

Commit 281148e

Browse files
author
Nick Grippin
committed
fix test name
1 parent 6273d8a commit 281148e

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/A52Spec.scala

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

4040
val expectedDispositions = List(ApplicationReceived, LoansOriginated, ApprovedButNotAccepted, ApplicationsDenied, ApplicationsWithdrawn, ClosedForIncompleteness)
4141

42-
"Generate a Disclosure 5-1 report" in {
42+
"Generate an Aggregate 5-2 report" in {
4343
A52.generate(source, fips).map { result =>
4444

4545
result.msa mustBe MSAReport("18700", "Corvallis, OR", "OR", "Oregon")

0 commit comments

Comments
 (0)