1
0
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:
Patrik J. Braun
2020-09-06 14:44:25 +02:00
parent b9f5aed01c
commit ae447878d0
7 changed files with 94 additions and 6 deletions

View File

@ -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);