Skip to content

Commit 0528a94

Browse files
committed
Add CreateWorkspaceForm component
1 parent c3e2a0f commit 0528a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/forms/CreateWorkspaceForm.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from "react"
33
import { CreateWorkspaceForm } from "./CreateWorkspaceForm"
44
import { MockProject, MockWorkspace } from "./../test_helpers"
55

6-
describe("CreateProjectForm", () => {
6+
describe("CreateWorkspaceForm", () => {
77
it("renders", async () => {
88
// Given
99
const onSubmit = () => Promise.resolve(MockWorkspace)

0 commit comments

Comments
 (0)