Skip to content

Commit ad08eef

Browse files
committed
Lint fix
1 parent 9109d87 commit ad08eef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/gcpspanner/missing_one_implementation_feature_list_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/stretchr/testify/assert"
2525
)
2626

27-
// nolint:dupl // WONTFIX - false positive
27+
// nolint:dupl // WONTFIX
2828
func loadDataForListMissingOneImplFeatureList(ctx context.Context, t *testing.T, client *Client) {
2929
webFeatures := []WebFeature{
3030
{FeatureKey: "FeatureX", Name: "Cool API"},

lib/gcpspanner/missing_one_implementation_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
"time"
2323
)
2424

25+
// nolint:dupl // WONTFIX
2526
func loadDataForListMissingOneImplCounts(ctx context.Context, t *testing.T, client *Client) {
2627
webFeatures := []WebFeature{
2728
{FeatureKey: "FeatureX", Name: "Cool API"},

0 commit comments

Comments
 (0)