Skip to content

Commit

Permalink
[fix] test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
VecHK committed Dec 20, 2023
1 parent 71ed362 commit f9369fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/test/admin-photo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('controller/admin/photo', () => {
})

it('should successfully create a photo with empty string desc', async () => {
const member = await createMember(token, app, { qq_num: 22222 })
const member = await createMember(token, app, { qq_num: 222202 })
const gallery = await commonCreateGallery(token, app, {})
await createPhoto(token, app, {
gallery_id: gallery.id,
Expand Down

0 comments on commit f9369fa

Please sign in to comment.