Skip to content

Commit 7cef17e

Browse files
committed
SDK-1019: Ensure formatted address has structured address unknown anchors
1 parent 610a055 commit 7cef17e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Entity/ProfileTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public function testGetAttributeName()
9797
public function testShouldReturnFormattedAddressAsPostalAddressWhenNull()
9898
{
9999
$anchorsMap = AnchorListConverter::convert(new \ArrayObject([
100+
$this->parseAnchor(TestAnchors::UNKNOWN_ANCHOR),
100101
$this->parseAnchor(TestAnchors::VERIFIER_YOTI_ADMIN_ANCHOR),
101102
$this->parseAnchor(TestAnchors::SOURCE_DL_ANCHOR),
102103
]));

0 commit comments

Comments
 (0)