Closed shamim-emon closed 1 week ago
SettingsImporterTest
should be updated to test ifUnifiedInboxConfigurator
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
@cketti @wmontwe fixed the spotless issue. Please allow workflow trigger once more. Thanks in advance.
Currently QR import doesn't update Unified inbox value to true if , after importing account , account number > 1(unless general setting is imported as-well. Incase of General Setting import, take Unified inbox value from general settings value instead) . This PR fixes the issue.
Fixes #8531