From 5fdea98b8da31fc4db18a9a8969ed1ba7d8d8496 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 16 Dec 2024 11:15:56 -0600 Subject: [PATCH] Update this test, too --- test/models/bubble_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/models/bubble_test.rb b/test/models/bubble_test.rb index d32ec380c..4a3a8f211 100644 --- a/test/models/bubble_test.rb +++ b/test/models/bubble_test.rb @@ -15,7 +15,7 @@ class BubbleTest < ActiveSupport::TestCase test "boosting" do assert_difference %w[ bubbles(:logo).boosts_count bubbles(:logo).activity_score Event.count ], +1 do - bubbles(:logo).boost! + bubbles(:logo).boost!(bubbles(:logo).boosts_count+ 1) end end