Skip to content

Commit

Permalink
fix_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Oct 12, 2023
1 parent 49f158c commit 1637605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/opencensus/internal/ocmetric/metric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ func TestConvertMetrics(t *testing.T) {
},
},
},
expectedErr: errNegativeDistributionCount,
expectedErr: errNegativeCount,
}, {
desc: "histogram with negative bucket count",
input: []*ocmetricdata.Metric{
Expand Down

0 comments on commit 1637605

Please sign in to comment.