Skip to content

Commit

Permalink
Fix test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jun 9, 2024
1 parent 00da2ff commit b9ee6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/function_utils_yaml_merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-testing/tfversion"
)

func TestExampleFunction_Known(t *testing.T) {
func TestYamlMergeFunction_Known(t *testing.T) {
resource.UnitTest(t, resource.TestCase{
TerraformVersionChecks: []tfversion.TerraformVersionCheck{
tfversion.SkipBelow(tfversion.Version1_8_0),
Expand Down

0 comments on commit b9ee6f2

Please sign in to comment.