mirror of
https://github.com/immich-app/immich.git
synced 2025-12-12 21:14:28 +03:00
chore: update comment
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
This commit is contained in:
@@ -144,7 +144,7 @@ describe('/people', () => {
|
||||
|
||||
expect(status).toBe(200);
|
||||
expect(body.hasNextPage).toBe(false);
|
||||
expect(body.total).toBe(10); // All persons
|
||||
expect(body.total).toBe(10); // All people
|
||||
expect(body.hidden).toBe(1); // 'hidden_person'
|
||||
|
||||
const people = body.people as PersonResponseDto[];
|
||||
|
||||
Reference in New Issue
Block a user