Skip to content

Commit

Permalink
Try to set organisation explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Dec 27, 2024
1 parent 79dd9b1 commit 650c84c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autotests/testsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ using Quotient::Settings, Quotient::SettingsGroup, Quotient::AccountSettings;
class TestSettings : public QObject {
Q_OBJECT

public:
static void initMain();

private slots:
void accountSettings_data() const;
void accountSettings();
Expand All @@ -19,6 +22,8 @@ private slots:
static inline const auto AccountsGroupName = u"Accounts"_s;
};

void TestSettings::initMain() { QCoreApplication::setOrganizationName(u"Quotient"_s); }

void TestSettings::accountSettings_data() const
{
QTest::addColumn<QString>("mxId");
Expand Down

0 comments on commit 650c84c

Please sign in to comment.