chore(stage-ui): resolve merge conflict

This commit is contained in:
RainbowBird
2026-01-07 21:50:20 +08:00
parent 795b9cd15f
commit 94dd90c9ef
2 changed files with 1 additions and 33 deletions
@@ -80,7 +80,7 @@ describe('characterRoutes', () => {
expect(res.status).toBe(201)
const data = await res.json()
expect(data.id).toBeDefined()
const char = await characterService.findById(data.id)
expect(char?.cover?.foregroundUrl).toBe('fg')
})