Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvanes committed Apr 16, 2024
1 parent e4b1372 commit 09061f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/client/src/Components/Pages/Docker/Docker.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ const mockDockerListResponse: DockerListResponse = {
Names: ["/some-name"],
State: "running",
Status: "Up 5 days",
Labels: {
"com.docker.compose.project": null,
},
},
{
Id: "124",
Names: ["/some-stopped"],
State: "stopped",
Status: "Exited 5 days ago",
Labels: {
"com.docker.compose.project": null,
},
},
],
};
Expand Down

0 comments on commit 09061f7

Please sign in to comment.