Skip to content

Commit ead1ff9

Browse files
committed
Move tests to the schedule button
1 parent b383a0f commit ead1ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/WorkspaceSchedule/WorkspaceSchedule.test.tsx renamed to site/src/components/WorkspaceScheduleButton/WorkspaceScheduleButton.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import {
66
deadlineMinusDisabled,
77
deadlinePlusDisabled,
88
shouldDisplayPlusMinus,
9-
} from "./WorkspaceSchedule"
9+
} from "./WorkspaceScheduleButton"
1010

1111
dayjs.extend(utc)
1212
const now = dayjs()
1313

14-
describe("WorkspaceSchedule", () => {
14+
describe("WorkspaceScheduleButton", () => {
1515
describe("shouldDisplayPlusMinus", () => {
1616
it("should not display if the workspace is not running", () => {
1717
// Given: a stopped workspace

0 commit comments

Comments
 (0)