Update project-env.spec.ts

This commit is contained in:
Daniel Hougaard
2024-10-07 13:30:32 +04:00
parent 33b54e78f9
commit f94e100c30

View File

@@ -123,7 +123,7 @@ describe("Project Environment Router", async () => {
id: deletedProjectEnvironment.id,
name: mockProjectEnv.name,
slug: mockProjectEnv.slug,
position: 4,
position: 5,
createdAt: expect.any(String),
updatedAt: expect.any(String)
})