Skip to content

Commit

Permalink
remove one error
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua MacDonald committed Jan 4, 2023
1 parent 366fa1d commit 8e9f37f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporters/otlp/internal/retry/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func TestWait(t *testing.T) {
if test.expected == nil {
assert.NoError(t, err)
} else {
assert.Error(t, err)
assert.ErrorIs(t, err, test.expected)
}
}
Expand Down

0 comments on commit 8e9f37f

Please sign in to comment.