Skip to content

Commit

Permalink
Update bridge/opencensus/metric_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
dashpole and MrAlias committed Oct 11, 2022
1 parent 3cb9e86 commit 7272d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/opencensus/metric_test.go
Expand Up @@ -134,7 +134,7 @@ func TestPushMetricsExporter(t *testing.T) {
if tc.expectErr {
require.Error(t, err)
} else {
require.Nil(t, err)
require.NoError(t, err)
}
if tc.expected != nil {
require.NotNil(t, fake.data)
Expand Down

0 comments on commit 7272d3c

Please sign in to comment.