chore: update comment

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
This commit is contained in:
Yaros
2025-12-11 08:12:04 +01:00
committed by GitHub
parent f1111bbc62
commit 4277b500ac

View File

@@ -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[];