Skip to content

Commit

Permalink
add RUBY_VERSION to debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Sep 17, 2024
1 parent 1b736ce commit 25a0f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ def assert_allocations(count_map, &block)
total = trace.allocations.all.size
count = count_map[RUBY_VERSION.split(".").take(2).join(".")]

assert_equal count, total, "Expected #{count} allocations, got #{total} allocations"
assert_equal count, total, "Expected #{count} allocations, got #{total} allocations for Ruby #{RUBY_VERSION}"
end

0 comments on commit 25a0f0e

Please sign in to comment.