Skip to content

Commit 7ebda15

Browse files
committed
BAH! I didn't commit these = failing build :(
1 parent d8ec4db commit 7ebda15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/testoauth.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ private Q_SLOTS:
760760
return new FakePayloadReply(op, request, {}, fakeAm);
761761
}
762762

763-
virtual void test()
763+
void test() override
764764
{
765765
oauth = prepareOauth();
766766
oauth->saveDynamicRegistrationDataForAccount(account, {});

test/testspacesmigration/testspacesmigration.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private Q_SLOTS:
9898
FolderMan::instance()->unloadAndDeleteAllFolders();
9999
QVERIFY(FolderMan::instance()->folders().isEmpty());
100100
// reload the folders from the settings
101-
auto count = FolderMan::instance()->setupFolders();
101+
auto count = FolderMan::instance()->setupFoldersFromConfig();
102102
QVERIFY(count.has_value());
103103
QCOMPARE(count.value(), expectedSize);
104104

0 commit comments

Comments
 (0)