Skip to content

Commit

Permalink
Adding emoji support test to filenames #457, #399
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Mar 12, 2022
1 parent 9602167 commit 215fc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/backend/unit/model/sql/IndexingManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 215fc31

Please sign in to comment.