Skip to content

Commit 760eee3

Browse files
committed
Rename test functions to include Acc prefix to conform to TF best practices
Signed-off-by: Timo Sand <[email protected]>
1 parent 2e01393 commit 760eee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_repository_ruleset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ func TestGithubRepositoryRulesets(t *testing.T) {
10861086
})
10871087
}
10881088

1089-
func TestGithubRepositoryRulesetArchived(t *testing.T) {
1089+
func TestAccGithubRepositoryRulesetArchived(t *testing.T) {
10901090
randomID := acctest.RandStringFromCharSet(5, acctest.CharSetAlphaNum)
10911091

10921092
t.Run("skips update and delete on archived repository", func(t *testing.T) {

0 commit comments

Comments
 (0)