Skip to content

Commit e3df43a

Browse files
committed
site: add missing field to mock entity
1 parent b6fcb20 commit e3df43a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export const MockWorkspaceBuild: TypesGen.WorkspaceBuild = {
124124
transition: "start",
125125
updated_at: "2022-05-17T17:39:01.382927298Z",
126126
workspace_id: "test-workspace",
127+
deadline: "2022-05-17T23:39:00.00Z",
127128
}
128129

129130
export const MockWorkspaceBuildStop: TypesGen.WorkspaceBuild = {

0 commit comments

Comments
 (0)