Skip to content

Commit

Permalink
fix truncate test
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Jan 19, 2024
1 parent 9ec2a1b commit 75e9343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/new_relic/agent/custom_event_aggregator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ def test_truncates_attributes

@aggregator.record(:footype, params)

actual = @aggregator.harvest![1].first[1].first
actual = @aggregator.harvest![1].first[1]

assert_equal(actual, expected)
assert_equal(expected, actual)
end

def test_lowering_limit_truncates_buffer
Expand Down

0 comments on commit 75e9343

Please sign in to comment.