Skip to content

Commit 620fc8a

Browse files
fix(tests): correct imports
1 parent 1f2ff80 commit 620fc8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github/resource_github_user_ssh_signing_key_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"strings"
99
"testing"
1010

11-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
12-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
11+
"github.com/hashicorp/terraform-plugin-testing/helper/acctest"
12+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1313
"golang.org/x/crypto/ssh"
1414
)
1515

0 commit comments

Comments
 (0)