From ec45e3d0290ee77fc2cca3d768110ef9a20f62cc Mon Sep 17 00:00:00 2001 From: Chris Marchbanks Date: Thu, 25 Jun 2020 12:42:04 -0600 Subject: [PATCH] Remove duplicate test in labels_test.go (#7461) Signed-off-by: Chris Marchbanks --- pkg/labels/labels_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/labels/labels_test.go b/pkg/labels/labels_test.go index 3e442dffd..b486677d2 100644 --- a/pkg/labels/labels_test.go +++ b/pkg/labels/labels_test.go @@ -562,10 +562,6 @@ func TestLabels_WithoutLabels(t *testing.T) { testutil.Equals(t, Labels{{"aaa", "111"}}, Labels{{"aaa", "111"}, {"bbb", "222"}, {MetricName, "333"}}.WithoutLabels("bbb")) } -func TestLabels_FromStrings(t *testing.T) { - testutil.Equals(t, Labels{{"aaa", "111"}, {"bbb", "222"}}, FromStrings("aaa", "111", "bbb", "222")) -} - func TestBulider_NewBulider(t *testing.T) { testutil.Equals( t,