mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Tests: Fail if the initial sync fails
This commit is contained in:
parent
9d422284af
commit
ee3279c904
1 changed files with 1 additions and 1 deletions
|
@ -988,7 +988,7 @@ public:
|
|||
// A new folder will update the local file state database on first sync.
|
||||
// To have a state matching what users will encounter, we have to a sync
|
||||
// using an identical local/remote file tree first.
|
||||
syncOnce();
|
||||
ENFORCE(syncOnce());
|
||||
}
|
||||
|
||||
void switchToVfs(QSharedPointer<OCC::Vfs> vfs)
|
||||
|
|
Loading…
Reference in a new issue