We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287927a commit 2c1fcd3Copy full SHA for 2c1fcd3
query/src/test/scala/hmda/query/view/institutions/InstitutionViewSpec.scala
@@ -58,7 +58,7 @@ class InstitutionViewSpec extends ActorSpec {
58
}
59
60
"return institution by respondentId" in {
61
- probe.send(institutionQuery, GetInstitutionByRespondentId(i1.respondent.externalId.value))
+ probe.send(institutionQuery, GetInstitutionByRespondentId(i1.respondentId))
62
probe.expectMsg(i1)
63
64
0 commit comments