mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
parent
9602167a14
commit
215fc314f2
@ -227,7 +227,7 @@ describe('IndexingManager', (sqlHelper: DBTestHelper) => {
|
||||
|
||||
const parent = TestHelper.getRandomizedDirectoryEntry(null, 'parent dir 😀');
|
||||
const p1 = TestHelper.getRandomizedPhotoEntry(parent, 'Photo1');
|
||||
p1.name = 'test.jpg';
|
||||
p1.name = 'test 😀.jpg';
|
||||
|
||||
DirectoryDTOUtils.packDirectory(parent);
|
||||
await im.saveToDB(Utils.clone(parent) as ParentDirectoryDTO);
|
||||
|
Loading…
x
Reference in New Issue
Block a user