alexstyl / contactstore

A modern, strongly-typed contacts API for Android.
https://alexstyl.github.io/contactstore
Apache License 2.0
440 stars 15 forks source link

Return lookupKey when fetching from TestContactStore #63

Closed alexstyl closed 2 years ago

alexstyl commented 2 years ago

The TestContactStore was not taking into account the lookupKey.

This PR includes the lookupKey of the Stored Contact when querying from the TestContactStore.

This PR resolves https://github.com/alexstyl/contactstore/issues/62