Skip to content

Commit

Permalink
Update internal/provider/helper_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Snyder <armsnyder@gmail.com>
  • Loading branch information
PatrickRice-KSC and armsnyder committed Mar 31, 2022
1 parent 6d15feb commit d80bfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func testAccCreateProject(t *testing.T) *gitlab.Project {
return testAccCreateProjectWithNamespace(t, 0)
}

// 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
// within a group
func testAccCreateProjectWithNamespace(t *testing.T, namespaceID int) *gitlab.Project {
t.Helper()
Expand Down

0 comments on commit d80bfbd

Please sign in to comment.