Skip to content

Commit ce77384

Browse files
committed
fixup! fix tests
1 parent c38f411 commit ce77384

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/src/pages/WorkspaceSettingsPage/WorkspaceSchedulePage/WorkspaceScheduleForm.test.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,32 +202,32 @@ describe("ttlShutdownAt", () => {
202202
[
203203
"One hour --> helper text shows shutdown after 1 hour",
204204
1,
205-
`Your workspace will shut down 1 hour after its next start. We delay shutdown 1 hour whenever we detect activity.`,
205+
`Your workspace will shut down 1 hour after its next start. We delay shutdown by 1 hour whenever we detect activity.`,
206206
],
207207
[
208208
"Two hours --> helper text shows shutdown after 2 hours",
209209
2,
210-
`Your workspace will shut down 2 hours after its next start. We delay shutdown 1 hour whenever we detect activity.`,
210+
`Your workspace will shut down 2 hours after its next start. We delay shutdown by 1 hour whenever we detect activity.`,
211211
],
212212
[
213213
"24 hours --> helper text shows shutdown after 1 day",
214214
24,
215-
`Your workspace will shut down 1 day after its next start. We delay shutdown 1 hour whenever we detect activity.`,
215+
`Your workspace will shut down 1 day after its next start. We delay shutdown by 1 hour whenever we detect activity.`,
216216
],
217217
[
218218
"48 hours --> helper text shows shutdown after 2 days",
219219
48,
220-
`Your workspace will shut down 2 days after its next start. We delay shutdown 1 hour whenever we detect activity.`,
220+
`Your workspace will shut down 2 days after its next start. We delay shutdown by 1 hour whenever we detect activity.`,
221221
],
222222
[
223223
"1.2 hours --> helper text shows shutdown after 1 hour and 12 minutes",
224224
1.2,
225-
`Your workspace will shut down 1 hour and 12 minutes after its next start. We delay shutdown 1 hour whenever we detect activity.`,
225+
`Your workspace will shut down 1 hour and 12 minutes after its next start. We delay shutdown by 1 hour whenever we detect activity.`,
226226
],
227227
[
228228
"24.2 hours --> helper text shows shutdown after 1 day and 12 minutes",
229229
24.2,
230-
`Your workspace will shut down 1 day and 12 minutes after its next start. We delay shutdown 1 hour whenever we detect activity.`,
230+
`Your workspace will shut down 1 day and 12 minutes after its next start. We delay shutdown by 1 hour whenever we detect activity.`,
231231
],
232232
[
233233
"0.2 hours --> helper text shows shutdown after 12 minutes",

0 commit comments

Comments
 (0)