From d13a94ad4c0c531b3e8e06e74195e509a0cf0eb4 Mon Sep 17 00:00:00 2001 From: Emily Ye Date: Wed, 24 Jul 2019 09:30:41 -0700 Subject: [PATCH] more test --- .../terraform/tests/resource_dataproc_cluster_test.go.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/third_party/terraform/tests/resource_dataproc_cluster_test.go.erb b/third_party/terraform/tests/resource_dataproc_cluster_test.go.erb index 942509d2ceb8..a8ea19ae4168 100644 --- a/third_party/terraform/tests/resource_dataproc_cluster_test.go.erb +++ b/third_party/terraform/tests/resource_dataproc_cluster_test.go.erb @@ -115,6 +115,10 @@ func TestDataprocDiffSuppress(t *testing.T) { {"1.3.10-debian9", "1.3.9"}, {"1.3.10-debian9", "1.4"}, {"1.3.10-debian9", "2.3"}, + {"1.3.10", "1.3.10-debian9"}, + {"1.3", "1.3.10"}, + {"1.3", "1.3.10-debian9"}, + {"1.3", "1.3-debian9"}, } for _, tup := range doSuppress {