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 6d15feb commit d80bfbdCopy full SHA for d80bfbd
internal/provider/helper_test.go
@@ -121,7 +121,7 @@ func testAccCreateProject(t *testing.T) *gitlab.Project {
121
return testAccCreateProjectWithNamespace(t, 0)
122
}
123
124
-// testAccCreateProject is a test helper for creating a project. This method accepts a namespace to great a project
+// testAccCreateProjectWithNamespace is a test helper for creating a project. This method accepts a namespace to great a project
125
// within a group
126
func testAccCreateProjectWithNamespace(t *testing.T, namespaceID int) *gitlab.Project {
127
t.Helper()
0 commit comments