Skip to content

Commit 769927e

Browse files
authored
Update README.md
Updating second assert and removing 'California USA' as identifier due to DS-832
1 parent ab53205 commit 769927e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The entity mapping endpoint allow you to find the RP_ENTITY_ID mapped to your un
133133
universe = [
134134
"RavenPack",
135135
{'ticker': 'AAPL'},
136-
'California USA',
137136
{ # Amazon, specifying various fields
138137
"client_id": "12345-A",
139138
"date": "2017-01-01",
@@ -151,9 +150,8 @@ mapping = api.get_entity_mapping(universe)
151150
# in this case we match everything
152151
assert len(mapping.matched) == len(universe)
153152
assert [m.name for m in mapping.matched] == [
154-
"RavenPack International S.L.",
153+
"RavenPack Ltd.",
155154
"Apple Inc.",
156-
"California, U.S.",
157155
"Amazon.com Inc."
158156
]
159157
```

0 commit comments

Comments
 (0)