Skip to content

Commit

Permalink
Fix missing undefinedInstrumnet
Browse files Browse the repository at this point in the history
  • Loading branch information
MadVikingGod authored Jul 25, 2022
1 parent 52849bb commit 48079e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/metric/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ func TestDefaultAggregationSelector(t *testing.T) {
}

func TestDefaultTemporalitySelector(t *testing.T) {
var undefinedInstrument view.InstrumentKind
for _, ik := range []view.InstrumentKind{
0,
undefinedInstrument,
view.SyncCounter,
view.SyncUpDownCounter,
view.SyncHistogram,
Expand Down

0 comments on commit 48079e0

Please sign in to comment.