Skip to content

Commit 8384064

Browse files
committed
tests: update names for consistency
1 parent 297a9de commit 8384064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/services/resource/resource_provider_feature_registration_resource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
type ResourceProviderFeatureRegistrationResource struct{}
2828

29-
func TestAccResourceFeatureRegistration_basic(t *testing.T) {
29+
func TestAccResourceProviderFeatureRegistration_basic(t *testing.T) {
3030
if os.Getenv("ARM_SUBSCRIPTION_ID_ALT") == "" {
3131
t.Skip("Skipping as `ARM_SUBSCRIPTION_ID_ALT` was not specified")
3232
}
@@ -51,7 +51,7 @@ func TestAccResourceFeatureRegistration_basic(t *testing.T) {
5151
})
5252
}
5353

54-
func TestAccResourceFeatureRegistration_requiresImport(t *testing.T) {
54+
func TestAccResourceProviderFeatureRegistration_requiresImport(t *testing.T) {
5555
if os.Getenv("ARM_SUBSCRIPTION_ID_ALT") == "" {
5656
t.Skip("Skipping as `ARM_SUBSCRIPTION_ID_ALT` was not specified")
5757
}

0 commit comments

Comments
 (0)