Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Dec 26, 2024
1 parent e506abc commit 5da9855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotests/testsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ void TestSettings::accountSettings()
QCOMPARE(accSettings.userId(), mxId);
QCOMPARE(accSettings.group(), AccountsGroupName % u'/' % escapedMxId);
accSettings.setDeviceName(deviceName);
qDebug() << accSettings.allKeys().join(u',');
QCOMPARE(accSettings.deviceName(), deviceName);
accSettings.setHomeserver(homeserverUrl);
QCOMPARE(accSettings.homeserver(), homeserverUrl);
Expand Down

0 comments on commit 5da9855

Please sign in to comment.