thunderbird / thunderbird-android

Thunderbird for Android – Open Source Email App for Android (fka K-9 Mail)
https://thunderbird.net/mobile
Apache License 2.0
11.05k stars 2.51k forks source link

Fix of "QR code import does not update unified inbox" #8541

Closed shamim-emon closed 1 week ago

shamim-emon commented 2 weeks ago
shamim-emon commented 1 week ago

SettingsImporterTest should be updated to test if UnifiedInboxConfigurator is called (only) when it should be called.

@cketti I've used mockito for added two tests mainly because, I'm not sure how to check UnifiedInboxConfigurator.configureUnifiedInbox() is being called or not without mocking it, as it's private property SettingsImporter.

Please let me know if that's alright . Thanks

shamim-emon commented 1 week ago

@cketti @wmontwe fixed the spotless issue. Please allow workflow trigger once more. Thanks in advance.