Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Nov 5, 2012
1 parent 5523f11 commit ebffacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TwilioTest.php
Expand Up @@ -556,7 +556,7 @@ function testCount() {
'calls' => array(),
))
));
$client = new Services_Twilio('AC123', '123');
$client = new Services_Twilio('AC123', '123', '2010-04-01', $http);
$this->assertSame(count($client->account->calls), 1474);
}

Expand Down

0 comments on commit ebffacb

Please sign in to comment.