feat(people): align people, users, and categories with active inventory records
This commit is contained in:
@@ -213,7 +213,7 @@ describe("updatePersonUserUseCase", () => {
|
||||
describe("validation errors", () => {
|
||||
it("returns error when person is not found", async () => {
|
||||
const result = await updatePersonUserUseCase({
|
||||
id: "nonexistent-id",
|
||||
id: "00000000-0000-0000-0000-000000000000",
|
||||
firstName: "Ghost",
|
||||
lastName: "Person",
|
||||
department: "OTHER",
|
||||
|
||||
Reference in New Issue
Block a user