File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/scala/hmda/validation/engine/lar
test/scala/hmda/validation/engine/lar Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package hmda.validation.engine.lar
22
33// See https://www.consumerfinance.gov/eregulations/1003-C/2015-26607_20180101#1003-C-1
44
5- object ULIValidation {
5+ object ULI {
66
77 val conversionTable = Map (
88 " a" -> 10 ,
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ package hmda.validation.engine.lar
22
33import org .scalatest .{ MustMatchers , WordSpec }
44
5- class ULIValidationSpec extends WordSpec with MustMatchers {
5+ class ULISpec extends WordSpec with MustMatchers {
66
77 " A ULI Validation" must {
88 " Produce valid check digit" in {
99 val uli = " 10Bx939c5543TqA1144M999143X"
10- ULIValidation .checkDigit(uli) mustBe " 10Bx939c5543TqA1144M999143X38"
10+ ULI .checkDigit(uli) mustBe " 10Bx939c5543TqA1144M999143X38"
1111 }
1212 }
1313}
You can’t perform that action at this time.
0 commit comments