From 9eeb61b1666bbec120f08af015c87c8f4d97d666 Mon Sep 17 00:00:00 2001 From: emily Date: Fri, 27 Sep 2019 15:57:38 -0700 Subject: [PATCH] Update third_party/terraform/tests/resource_cloudiot_registry_test.go Co-Authored-By: Riley Karson --- third_party/terraform/tests/resource_cloudiot_registry_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/terraform/tests/resource_cloudiot_registry_test.go b/third_party/terraform/tests/resource_cloudiot_registry_test.go index 3e1605bbe958..262671e3409b 100644 --- a/third_party/terraform/tests/resource_cloudiot_registry_test.go +++ b/third_party/terraform/tests/resource_cloudiot_registry_test.go @@ -118,7 +118,7 @@ func TestAccCloudIoTRegistry_update(t *testing.T) { }) } -func TestAccCloudIoTRegistry_eventNotificationConfigsSing;e(t *testing.T) { +func TestAccCloudIoTRegistry_eventNotificationConfigsSingle(t *testing.T) { t.Parallel() registryName := fmt.Sprintf("tf-registry-test-%s", acctest.RandString(10))