mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Chore: Fix failing Dropbox sync test (#10408)
This commit is contained in:
parent
95b73b5f41
commit
90ec1f5bc6
@ -47,7 +47,8 @@ describe('synchronizer_LockHandler', () => {
|
||||
it('should not use files that are not locks', (async () => {
|
||||
if (lockHandler().useBuiltInLocks) return; // Doesn't make sense with built-in locks
|
||||
|
||||
await fileApi().put('locks/desktop.ini', 'a');
|
||||
// Note: desktop.ini is blocked by Dropbox
|
||||
await fileApi().put('locks/desktop.test.ini', 'a');
|
||||
await fileApi().put('locks/exclusive.json', 'a');
|
||||
await fileApi().put('locks/garbage.json', 'a');
|
||||
await fileApi().put('locks/1_2_72c4d1b7253a4475bfb2f977117d26ed.json', 'a');
|
||||
|
Loading…
Reference in New Issue
Block a user