Skip to content

Commit

Permalink
updated test case name to be more consistent with existing names
Browse files Browse the repository at this point in the history
  • Loading branch information
dalton-hill-0 committed Aug 14, 2023
1 parent bd187bd commit 1393635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ func TestBuild(t *testing.T) {
err: errors.Wrapf(errors.Wrapf(errors.Errorf("invalid schema type %s", "TypeInvalid"), "cannot infer type from schema of field %s", "name"), "cannot build the Types"),
},
},
"ValidationRules": {
"Validation_Rules_With_Keywords": {
args: args{
cfg: &config.Resource{
TerraformResource: &schema.Resource{
Expand Down

0 comments on commit 1393635

Please sign in to comment.