Skip to content

Commit b50370c

Browse files
committed
fix spec
1 parent 9ae3207 commit b50370c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sandbox/test/rendering_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_render_inline_allocations
1919
if Rails.version.to_f < 8.0
2020
{"3.3.8" => 128, "3.3.0" => 140, "3.2.8" => 126, "3.1.7" => 126, "3.0.7" => 135}
2121
elsif Rails.version.split(".").first(2).map(&:to_i) == [8, 0]
22-
{"3.5.0" => 121, "3.4.3" => 125, "3.3.8" => 137}
22+
{"3.5.0" => 121, "3.4.3" => 125, "3.3.8" => 138}
2323
else
2424
{"3.4.3" => 123}
2525
end

0 commit comments

Comments
 (0)