TheAlmightyBob / Calendars

Cross-platform calendar API plugin for Xamarin and Windows
MIT License
101 stars 23 forks source link

Reuse a single instance of CalendarsImplementation for iOS tests #70

Closed TheAlmightyBob closed 5 years ago

TheAlmightyBob commented 5 years ago

iOS doesn't like us creating multiple event stores (and since the library is already intended to be used as a singleton in real apps, it seems more appropriate to just change the test)