Skip to content

Commit b9f3992

Browse files
committed
Rename Acc tests to correct TestAcc prefix
Signed-off-by: Timo Sand <[email protected]>
1 parent 450176c commit b9f3992

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

github/resource_github_organization_ruleset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1111
)
1212

13-
func TestGithubOrganizationRulesets(t *testing.T) {
13+
func TestAccGithubOrganizationRulesets(t *testing.T) {
1414
t.Run("Creates and updates organization rulesets without errors", func(t *testing.T) {
1515
randomID := acctest.RandStringFromCharSet(5, acctest.CharSetAlphaNum)
1616

github/resource_github_repository_ruleset_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1313
)
1414

15-
func TestGithubRepositoryRulesets(t *testing.T) {
15+
func TestAccGithubRepositoryRulesets(t *testing.T) {
1616
t.Run("creates and updates repository rulesets without errors", func(t *testing.T) {
1717
randomID := acctest.RandStringFromCharSet(5, acctest.CharSetAlphaNum)
1818

@@ -1013,7 +1013,7 @@ func TestGithubRepositoryRulesets(t *testing.T) {
10131013
})
10141014
}
10151015

1016-
func TestGithubRepositoryRulesetArchived(t *testing.T) {
1016+
func TestAccGithubRepositoryRulesetArchived(t *testing.T) {
10171017
randomID := acctest.RandStringFromCharSet(5, acctest.CharSetAlphaNum)
10181018

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

0 commit comments

Comments
 (0)