Skip to content

Commit

Permalink
Fixed more status/statuses confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabywalters committed Dec 26, 2012
1 parent 4f47134 commit de30ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -116,7 +116,7 @@ public function testDownstreamDuplicateAddedAfterSyndication() {

$t->syndicateToTwitter($event);

$tweetUrl = 'https://twitter.com/username/statuses/12345678';
$tweetUrl = 'https://twitter.com/username/status/12345678';

$this->assertContains($tweetUrl, $object['downstreamDuplicates']);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/BarnabyWalters/Posse/HelpersTest.php
Expand Up @@ -21,7 +21,7 @@ class HelpersTest extends \PHPUnit_Framework_TestCase {
public function testPrepareContentForTwitter() {
$text = 'Lots and lots and lots of very long text Lots and lots and lots of very long text Lots and lots and lots of very long text';
$url = 'http://example.com';
$inReplyTo = 'https://twitter.com/someuser/statuses/100';
$inReplyTo = 'https://twitter.com/someuser/status/100';

$result = Helpers::prepareForTwitter($text, $url, $inReplyTo);

Expand Down

0 comments on commit de30ed7

Please sign in to comment.