Skip to content

Commit

Permalink
Fix test name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kita committed Aug 19, 2024
1 parent 7946ba2 commit d6f14c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/service/power/resource_ibm_pi_image_export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

func TestAccIBMPIImageEport(t *testing.T) {
func TestAccIBMPIImageExport(t *testing.T) {
resource.Test(t, resource.TestCase{
PreCheck: func() { acc.TestAccPreCheck(t) },
Providers: acc.TestAccProviders,
Expand Down

0 comments on commit d6f14c0

Please sign in to comment.