Skip to content

Commit

Permalink
marek's suggestion + use v47
Browse files Browse the repository at this point in the history
  • Loading branch information
k24dizzle committed Sep 1, 2022
1 parent 4bb8eec commit 2b683f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github/data_source_github_repository_branches.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/google/go-github/v45/github"
"github.com/google/go-github/v47/github"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
)

Expand Down
2 changes: 1 addition & 1 deletion github/data_source_github_repository_branches_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccGithubBranchesDataSource(t *testing.T) {
func TestAccGithubRepositoryBranchesDataSource(t *testing.T) {
t.Run("manages branches of a new repository", func(t *testing.T) {
repoName := fmt.Sprintf("tf-acc-test-branches-%s", acctest.RandString(5))
config := fmt.Sprintf(`
Expand Down

0 comments on commit 2b683f6

Please sign in to comment.