Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1a3d24

Browse files
committed
fix: Use relative timestamp for workspaces page Storybook (#1505)
1 parent 7422383 commit a1a3d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const MockWorkspaceAutostopEnabled: TypesGen.UpdateWorkspaceAutostartRequ
112112
export const MockWorkspaceBuild: TypesGen.WorkspaceBuild = {
113113
after_id: "",
114114
before_id: "",
115-
created_at: new Date().toDateString(),
115+
created_at: new Date().toString(),
116116
id: "test-workspace-build",
117117
initiator_id: "",
118118
job: MockProvisionerJob,

0 commit comments

Comments
 (0)