Skip to content

Commit 786fcdb

Browse files
fix(tests): correct imports
1 parent 2a689d2 commit 786fcdb

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)