Skip to content

Commit 96dc5d2

Browse files
committed
Fix mundane typo: Projec -> Project
1 parent edda219 commit 96dc5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/resource_gitlab_project_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ func TestAccGitlabProject_importURLMirrored(t *testing.T) {
790790
})
791791
}
792792

793-
func TestAccGitlabProjec_templateMutualExclusiveNameAndID(t *testing.T) {
793+
func TestAccGitlabProject_templateMutualExclusiveNameAndID(t *testing.T) {
794794
rInt := acctest.RandInt()
795795

796796
// lintignore: AT001 // TODO: Resolve this tfproviderlint issue

0 commit comments

Comments
 (0)