Skip to content

Commit 16df0d7

Browse files
committed
fix: add periods to test comments for golangci-lint
1 parent d1b1601 commit 16df0d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/provider/conditionsets_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
77
)
88

9-
// TestUserSetWithContains tests that the contains operator in conditions is correctly preserved
9+
// TestUserSetWithContains tests that the contains operator in conditions is correctly preserved.
1010
func TestUserSetWithContains(t *testing.T) {
1111
resource.Test(t, resource.TestCase{
1212
ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,
@@ -68,7 +68,7 @@ func TestUserSetWithContains(t *testing.T) {
6868
})
6969
}
7070

71-
// TestUserSetWithParentId tests that parent_id field is correctly handled
71+
// TestUserSetWithParentId tests that parent_id field is correctly handled.
7272
func TestUserSetWithParentId(t *testing.T) {
7373
resource.Test(t, resource.TestCase{
7474
ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,
@@ -125,7 +125,7 @@ func TestUserSetWithParentId(t *testing.T) {
125125
})
126126
}
127127

128-
// TestResourceSetWithContains tests that the contains operator works for resource sets
128+
// TestResourceSetWithContains tests that the contains operator works for resource sets.
129129
func TestResourceSetWithContains(t *testing.T) {
130130
resource.Test(t, resource.TestCase{
131131
ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,
@@ -172,7 +172,7 @@ func TestResourceSetWithContains(t *testing.T) {
172172
})
173173
}
174174

175-
// TestUserSetMultipleOperators tests complex conditions with multiple operators
175+
// TestUserSetMultipleOperators tests complex conditions with multiple operators.
176176
func TestUserSetMultipleOperators(t *testing.T) {
177177
resource.Test(t, resource.TestCase{
178178
ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,

0 commit comments

Comments
 (0)