Skip to content

Commit

Permalink
rename test case for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
w0de committed Nov 15, 2023
1 parent 94fd711 commit 1d6fffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_chrome_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ resource "googleworkspace_chrome_policy" "test" {
`, ouName, enabled, pattern)
}

func testAccResourceChromePolicy_multipleValues(ouName string, enabled bool, policyMode string) string {
func testAccResourceChromePolicy_multipleValueTypes(ouName string, enabled bool, policyMode string) string {
return fmt.Sprintf(`
resource "googleworkspace_org_unit" "test" {
name = "%s"
Expand Down

0 comments on commit 1d6fffa

Please sign in to comment.