mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-30 13:34:09 +02:00
fix review comment
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
391935c90f
commit
badb5c1fba
@ -23,7 +23,7 @@ class TestAccount: public QObject
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void testDavPathCrash()
|
void testAccountDavPath_unitialized_noCrash()
|
||||||
{
|
{
|
||||||
AccountPtr account = Account::create();
|
AccountPtr account = Account::create();
|
||||||
account->davPath();
|
account->davPath();
|
||||||
|
Loading…
Reference in New Issue
Block a user