From 91e467eadb309b03290a79f96d245ad8a9e26690 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 20 May 2024 09:01:52 -0700 Subject: [PATCH] Fix test --- sdk/metric/pipeline_registry_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/metric/pipeline_registry_test.go b/sdk/metric/pipeline_registry_test.go index ea0b01daa590..3ac16ab93c4c 100644 --- a/sdk/metric/pipeline_registry_test.go +++ b/sdk/metric/pipeline_registry_test.go @@ -149,10 +149,10 @@ func testCreateAggregators[N int64 | float64](t *testing.T) { {Name: "foo", Kind: InstrumentKindCounter}, {Name: "foo", Kind: InstrumentKindUpDownCounter}, {Name: "foo", Kind: InstrumentKindHistogram}, - {Name: "foo", Kind: InstrumentKindGauge}, {Name: "foo", Kind: InstrumentKindObservableCounter}, {Name: "foo", Kind: InstrumentKindObservableUpDownCounter}, {Name: "foo", Kind: InstrumentKindObservableGauge}, + {Name: "foo", Kind: InstrumentKindGauge}, } testcases := []struct {