From 6ca68ac6533b97ae67ffd480b6c7a8bf65d1fb46 Mon Sep 17 00:00:00 2001 From: Dmitrii Neeman Date: Wed, 30 Oct 2024 10:08:23 +0200 Subject: [PATCH] FMWK-586-fix-todos - removed already fixed TODO - added license header --- shared_test.go | 14 ++++++++++++++ tests/test_client.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/shared_test.go b/shared_test.go index 7ee6c347..7114c0a9 100644 --- a/shared_test.go +++ b/shared_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Aerospike, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package backup import ( diff --git a/tests/test_client.go b/tests/test_client.go index 13e97876..0f32f5f6 100644 --- a/tests/test_client.go +++ b/tests/test_client.go @@ -119,7 +119,7 @@ func (tc *TestClient) WriteSIndexes(sindexes []*models.SIndex) error { } } - task, err := tc.asc.CreateComplexIndex( // TODO create complex indexes + task, err := tc.asc.CreateComplexIndex( nil, sindex.Namespace, sindex.Set,