Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Jun 4, 2024
1 parent ed3d108 commit b5cfa27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/otel/common/arrow/allocator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ func TestLimitedAllocatorFormatted(t *testing.T) {
require.True(t, ok)
require.Equal(t, expect, unwrap)

// @@@ HERE CHECK THE CLASSIFIER
require.True(t,
require.True(t, errors.Is(unwrap, LimitError{}))
}

0 comments on commit b5cfa27

Please sign in to comment.