Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed May 20, 2024
1 parent 4d845a9 commit 91e467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/pipeline_registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 91e467e

Please sign in to comment.