thunderbird / thunderbird-android

K-9 Mail – Open Source Email App for Android
https://k9mail.app/
Apache License 2.0
9.47k stars 2.42k forks source link

Move `UnreadWidgetDataProviderTest` to `:app:common` #7781

Closed cketti closed 2 weeks ago

cketti commented 2 weeks ago

When reviewing #7779 I noticed that UnreadWidgetDataProviderTest was part of :app-k9mail even though UnreadWidgetDataProvider lives in :app:common. We should change this now, so we don't end up with multiple copies of UnreadWidgetDataProviderTest in the different app modules.