You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-07-15 01:24:25 +02:00
implementing share management backend features #145
This commit is contained in:
@ -121,7 +121,7 @@ describe('SharingManager', (sqlHelper: SQLTestHelper) => {
|
||||
includeSubfolders: false,
|
||||
timeStamp: Date.now()
|
||||
};
|
||||
const updated = await sm.updateSharing(update);
|
||||
const updated = await sm.updateSharing(update, false);
|
||||
|
||||
expect(updated.id).to.equals(saved.id);
|
||||
expect(updated.sharingKey).to.equals(sharing.sharingKey);
|
||||
|
Reference in New Issue
Block a user