Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit ea41cfa

Browse files
committed
lint: update stree in pending_assigns_reminder_spec
1 parent 057496c commit ea41cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/pending_assigns_reminder_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def assert_reminder_not_created
163163
let(:modifier_block) { Proc.new { |query, user| query.where.not(assigned_to_id: user.id) } }
164164
it "updates the query correctly" do
165165
expect(reminder.send(:assigned_count_for, user)).to eq(3)
166-
166+
167167
plugin_instance = Plugin::Instance.new
168168
plugin_instance.register_modifier(:assigned_count_for_user_query, &modifier_block)
169169
expect(reminder.send(:assigned_count_for, user)).to eq(0)

0 commit comments

Comments
 (0)