syuilo/misskey --> misskey-dev/misskey

This commit is contained in:
syuilo 2021-03-24 12:23:05 +09:00
parent b5adb02eb8
commit bb6cd258f3
51 changed files with 68 additions and 68 deletions

View file

@ -116,7 +116,7 @@ describe('Get file info', () => {
}));
it('SVG with XML definition', async (async () => {
// https://github.com/syuilo/misskey/issues/4413
// https://github.com/misskey-dev/misskey/issues/4413
const path = `${__dirname}/resources/with-xml-def.svg`;
const info = await getFileInfo(path) as any;
delete info.warnings;