Update this test, too

This commit is contained in:
Jason Zimdars
2024-12-16 11:15:56 -06:00
parent 6bd15dd653
commit 5fdea98b8d
+1 -1
View File
@@ -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