Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 17, 2024
1 parent 31ee2e2 commit 5791d07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/new_relic/agent/threading/backtrace_node_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def test_aggregate_doesnt_create_duplicate_children
end

def test_aggregate_limits_recorded_depth

deep_backtrace = (0..2000).to_a.map { |i| ruby_3_4_0_or_above? ? "foo.rb:#{i}:in 'Foo#foo'" : "foo.rb:#{i}:in `foo'" }

root = BacktraceRoot.new
Expand Down

0 comments on commit 5791d07

Please sign in to comment.