Skip to content

Commit

Permalink
fix allocations check
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Feb 4, 2025
1 parent e0a3235 commit de6d968
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.5.0" => 117, "3.4.1" => 117, "3.3.7" => 129} :
{"3.5.0" => 117, "3.4.1" => 104, "3.3.7" => 129} :
{"3.3.7" => 120, "3.3.0" => 120, "3.2.7" => 118, "3.1.6" => 118, "3.0.7" => 127}

assert_allocations(**allocations) do
Expand Down

0 comments on commit de6d968

Please sign in to comment.