Skip to content

Commit 2c1fcd3

Browse files
committed
Use new convenience method for respondentId
1 parent 287927a commit 2c1fcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query/src/test/scala/hmda/query/view/institutions/InstitutionViewSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class InstitutionViewSpec extends ActorSpec {
5858
}
5959

6060
"return institution by respondentId" in {
61-
probe.send(institutionQuery, GetInstitutionByRespondentId(i1.respondent.externalId.value))
61+
probe.send(institutionQuery, GetInstitutionByRespondentId(i1.respondentId))
6262
probe.expectMsg(i1)
6363
}
6464
}

0 commit comments

Comments
 (0)