Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
J7mbo committed Jul 25, 2016
1 parent 4b46c98 commit 3490aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TwitterAPIExchangeTest.php
Expand Up @@ -105,7 +105,7 @@ public function testStatusesHomeTimeline()
{
$url = 'https://api.twitter.com/1.1/statuses/home_timeline.json';
$method = 'GET';
$params = '?user_id=3232926711&max_id=595155660494471168';
$params = '?user_id=3232926711&max_id=756123701888839681';

$data = $this->exchange->request($url, $method, $params);
$expected = "Test Tweet";
Expand Down

0 comments on commit 3490aa5

Please sign in to comment.