Skip to content

Commit

Permalink
Increase chance
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Sep 13, 2024
1 parent 18b6910 commit e7cfe19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ActionCable::SubscriptionAdapter::SolidCableTest < ActionCable::TestCase
end

test "trims_after_unsubscribe" do
SolidCable.stub(:trim_chance, 99.999) do
SolidCable.stub(:trim_chance, 99.999999) do
with_cable_config message_retention: "2.seconds", trim_batch_size: 1 do
subscribe_as_queue("channel") do |queue|
4.times do
Expand Down

0 comments on commit e7cfe19

Please sign in to comment.