|
6 | 6 | "github.com/hashicorp/terraform-plugin-testing/helper/resource" |
7 | 7 | ) |
8 | 8 |
|
9 | | -// TestUserSetWithContains tests that the contains operator in conditions is correctly preserved |
| 9 | +// TestUserSetWithContains tests that the contains operator in conditions is correctly preserved. |
10 | 10 | func TestUserSetWithContains(t *testing.T) { |
11 | 11 | resource.Test(t, resource.TestCase{ |
12 | 12 | ProtoV6ProviderFactories: testAccProtoV6ProviderFactories, |
@@ -68,7 +68,7 @@ func TestUserSetWithContains(t *testing.T) { |
68 | 68 | }) |
69 | 69 | } |
70 | 70 |
|
71 | | -// TestUserSetWithParentId tests that parent_id field is correctly handled |
| 71 | +// TestUserSetWithParentId tests that parent_id field is correctly handled. |
72 | 72 | func TestUserSetWithParentId(t *testing.T) { |
73 | 73 | resource.Test(t, resource.TestCase{ |
74 | 74 | ProtoV6ProviderFactories: testAccProtoV6ProviderFactories, |
@@ -125,7 +125,7 @@ func TestUserSetWithParentId(t *testing.T) { |
125 | 125 | }) |
126 | 126 | } |
127 | 127 |
|
128 | | -// TestResourceSetWithContains tests that the contains operator works for resource sets |
| 128 | +// TestResourceSetWithContains tests that the contains operator works for resource sets. |
129 | 129 | func TestResourceSetWithContains(t *testing.T) { |
130 | 130 | resource.Test(t, resource.TestCase{ |
131 | 131 | ProtoV6ProviderFactories: testAccProtoV6ProviderFactories, |
@@ -172,7 +172,7 @@ func TestResourceSetWithContains(t *testing.T) { |
172 | 172 | }) |
173 | 173 | } |
174 | 174 |
|
175 | | -// TestUserSetMultipleOperators tests complex conditions with multiple operators |
| 175 | +// TestUserSetMultipleOperators tests complex conditions with multiple operators. |
176 | 176 | func TestUserSetMultipleOperators(t *testing.T) { |
177 | 177 | resource.Test(t, resource.TestCase{ |
178 | 178 | ProtoV6ProviderFactories: testAccProtoV6ProviderFactories, |
|
0 commit comments