remote stale test
pr / test (pull_request) Successful in 2m55s Details
lint / lint (pull_request) Successful in 11m55s Details

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-04-22 08:50:33 +03:00
parent add3ce478c
commit 3a21069b86
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
package tracer
import (
"testing"
)
func TestUniqLabels(t *testing.T) {
labels := []interface{}{"key1", "val1", "key1", "val2"}
labels = UniqLabels(labels)
if labels[1] != "val2" {
t.Fatalf("UniqLabels not works")
}
}