Skip to content

Commit

Permalink
npm run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Jul 24, 2023
1 parent 33a7f71 commit 073b027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TwitterOAuthMediaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function testPostStatusesUpdateWithMediaChunked()
public function testPostStatusesUpdateWithMediaChunkedException()
{
$this->expectException(
\Abraham\TwitterOAuth\TwitterOAuthException::class
\Abraham\TwitterOAuth\TwitterOAuthException::class,
);
$this->expectErrorMessage('Missing "media_id_string"');
// Video source http://www.sample-videos.com/
Expand Down

0 comments on commit 073b027

Please sign in to comment.