Skip to content

Commit

Permalink
Add expectation/remove worthless test
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 30, 2023
1 parent d728bd1 commit 5db7647
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/cli_spec.rb
Expand Up @@ -254,10 +254,7 @@
it 'limits the number of results to 1' do
@cli.options = @cli.options.merge('number' => 1)
@cli.direct_messages
end
it 'limits the number of results to 201' do
@cli.options = @cli.options.merge('number' => 201)
@cli.direct_messages
expect(a_get('/1.1/users/lookup.json').with(query: {user_id: '358486183'})).to have_been_made
end
end
context '--reverse' do
Expand Down

0 comments on commit 5db7647

Please sign in to comment.