Skip to content

Commit

Permalink
fix: Use relative timestamp for workspaces page Storybook (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed May 17, 2022
1 parent 55bd7aa commit 668a671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/testHelpers/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const MockWorkspaceAutostopEnabled: TypesGen.UpdateWorkspaceAutostartRequ
export const MockWorkspaceBuild: TypesGen.WorkspaceBuild = {
after_id: "",
before_id: "",
created_at: new Date().toDateString(),
created_at: new Date().toString(),
id: "test-workspace-build",
initiator_id: "",
job: MockProvisionerJob,
Expand Down

0 comments on commit 668a671

Please sign in to comment.