Skip to content

Commit 1961503

Browse files
committed
fix test name
1 parent 4bb4266 commit 1961503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/cached_image_resource_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1111
)
1212

13-
func TestAccCachedImageDataSource(t *testing.T) {
13+
func TestAccCachedImageResource(t *testing.T) {
1414
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
1515
defer cancel()
1616
files := map[string]string{

0 commit comments

Comments
 (0)