torusresearch / customauth-swift-sdk

Swift SDK that allows applications to directly interact with the Torus Network, similar to how Torus Wallet does.
BSD 3-Clause "New" or "Revised" License
10 stars 17 forks source link

Add unit tests for getTorusKey and getAggregateTorusKey #14

Closed phuctm97 closed 3 years ago

phuctm97 commented 3 years ago

This PR adds unit tests for getTorusKey and getAggregateTorusKey.

triggerLogin and triggerAggregateLogin currently have quite complex steps using deep link/notification API, writing unit tests can be overkill. These 2 functions will be tested in E2E tests.