diff --git a/backend/v3/storage/database/repository/id_provider_test.go b/backend/v3/storage/database/repository/id_provider_test.go index 15dd8bb660..d6da5a3c7b 100644 --- a/backend/v3/storage/database/repository/id_provider_test.go +++ b/backend/v3/storage/database/repository/id_provider_test.go @@ -875,7 +875,8 @@ func TestGetIDProvider(t *testing.T) { // gocognit linting fails due to number of test cases // and the fact that each test case has a testFunc() -//nolint: gocognit +// +//nolint:gocognit func TestListIDProvider(t *testing.T) { ctx := t.Context() pool, stop, err := newEmbeddedDB(ctx)