Skip to content

Commit

Permalink
Merge pull request #4380 from PatrickGoRaft/unit-test-action-taken
Browse files Browse the repository at this point in the history
action taken date unit test patch
  • Loading branch information
lchen-2101 authored Feb 9, 2022
2 parents 5026b89 + d8a1d89 commit 9a73156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HmdaFileParsingHttpApiSpec extends WordSpec with MustMatchers with Scalate
status mustBe StatusCodes.OK
val csv = responseAs[String]
csv must include("Row Number|Estimated ULI|Field Name|Input Value|Valid Values")
csv must include("2|LEI123|Application Date|a|Integer or NA")
csv must include("2|LEI123|Application Date|a|Valid Date in format YYYYMMDD or NA")
}
}
}
Expand Down

0 comments on commit 9a73156

Please sign in to comment.