diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-24 12:23:05 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-24 12:23:05 +0900 |
| commit | bb6cd258f3b811cd10bdd2618af7e24c65d2549b (patch) | |
| tree | 0df3977ed3570423ceefb7250c5562c6fa7f87bf /test | |
| parent | Update 01_bug-report.md (diff) | |
| download | misskey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.gz misskey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.bz2 misskey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.zip | |
syuilo/misskey --> misskey-dev/misskey
Diffstat (limited to 'test')
| -rw-r--r-- | test/get-file-info.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/get-file-info.ts b/test/get-file-info.ts index 8757d5a901..57c021feae 100644 --- a/test/get-file-info.ts +++ b/test/get-file-info.ts @@ -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; |