Skip to content

Commit

Permalink
fix specs for ruby-main
Browse files Browse the repository at this point in the history
  • Loading branch information
reeganviljoen committed Jan 6, 2025
1 parent 5c1fde6 commit 41c4acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sandbox/test/rendering_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_render_inline_allocations
MyComponent.ensure_compiled

allocations = (Rails.version.to_f >= 8.0) ?
{"3.4.1" => 117, "3.3.6" => 129} :
{"3.5.0" => 117, "3.4.1" => 117, "3.3.6" => 129} :
{"3.3.6" => 120, "3.3.0" => 120, "3.2.6" => 118, "3.1.6" => 118, "3.0.7" => 127}

assert_allocations(**allocations) do
Expand Down

0 comments on commit 41c4acc

Please sign in to comment.