diff options
Diffstat (limited to 'src/settings/test')
-rw-r--r-- | src/settings/test/test_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/test/test_settings.cpp b/src/settings/test/test_settings.cpp index a797a224..6f69ed35 100644 --- a/src/settings/test/test_settings.cpp +++ b/src/settings/test/test_settings.cpp @@ -99,7 +99,7 @@ TEST(settings, Settings) TEST(settings, SettingsDialog_mock) { - constexpr unsigned n_settings = 36; // there are 36 settings in total + constexpr unsigned n_settings = 39; // total number of settings MockSettings mockSettings; // There are 4 groups in total, but General should not be calling beginGroup/endGroup // beginGroup/endGroup are called twice: during the ctor and when accepted |