diff options
Diffstat (limited to 'jest')
-rw-r--r-- | jest/test-pds.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jest/test-pds.ts b/jest/test-pds.ts index 25faddfa7..d86ebd787 100644 --- a/jest/test-pds.ts +++ b/jest/test-pds.ts @@ -78,7 +78,7 @@ export async function createServer( }) const pic = fs.readFileSync( - path.join(__dirname, '..', 'assets', 'default-avatar.jpg'), + path.join(__dirname, '..', 'assets', 'default-avatar.png'), ) return { |