Skip to content

Commit 102a461

Browse files
committed
Fix failing test
1 parent f2e0b8f commit 102a461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/slack/web/api/mixins/conversations_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
end
1414

1515
before do
16+
allow(conversations).to receive(:conversations_id_page_size).and_return(100)
1617
allow(conversations).to receive(:conversations_list).and_yield(
1718
Slack::Messages::Message.new(
1819
'channels' => [{

0 commit comments

Comments
 (0)