Skip to content

Commit 12a55cb

Browse files
committed
Fix tests
1 parent 114f65a commit 12a55cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesPage.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe("WorkspacesPage", () => {
2323
render(<WorkspacesPage />)
2424

2525
// Then
26-
await screen.findByText(Language.emptyView)
26+
await screen.findByText(Language.emptyMessage)
2727
})
2828

2929
it("renders a filled workspaces page", async () => {

0 commit comments

Comments
 (0)