Skip to content

Commit

Permalink
Update project-env.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Oct 7, 2024
1 parent 33b54e7 commit f94e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/e2e-test/routes/v1/project-env.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
Expand Down

0 comments on commit f94e100

Please sign in to comment.