Skip to content

Commit d80bfbd

Browse files
Update internal/provider/helper_test.go
Co-authored-by: Adam Snyder <[email protected]>
1 parent 6d15feb commit d80bfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/helper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func testAccCreateProject(t *testing.T) *gitlab.Project {
121121
return testAccCreateProjectWithNamespace(t, 0)
122122
}
123123

124-
// testAccCreateProject is a test helper for creating a project. This method accepts a namespace to great a project
124+
// testAccCreateProjectWithNamespace is a test helper for creating a project. This method accepts a namespace to great a project
125125
// within a group
126126
func testAccCreateProjectWithNamespace(t *testing.T, namespaceID int) *gitlab.Project {
127127
t.Helper()

0 commit comments

Comments
 (0)