We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e2a0f commit 0528a94Copy full SHA for 0528a94
site/forms/CreateWorkspaceForm.test.tsx
@@ -3,7 +3,7 @@ import React from "react"
3
import { CreateWorkspaceForm } from "./CreateWorkspaceForm"
4
import { MockProject, MockWorkspace } from "./../test_helpers"
5
6
-describe("CreateProjectForm", () => {
+describe("CreateWorkspaceForm", () => {
7
it("renders", async () => {
8
// Given
9
const onSubmit = () => Promise.resolve(MockWorkspace)
0 commit comments