Skip to content

Commit f1c6013

Browse files
fix(tests): correct imports
1 parent a9755af commit f1c6013

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)