Skip to content

Commit 3bc959d

Browse files
authored
Merge pull request #798 from timofurrer/bugfix/mundane-typo
Fix mundane typo: `Projec` -> `Project`
2 parents edda219 + 96dc5d2 commit 3bc959d

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)