Skip to content

Commit

Permalink
Test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
3Dgoo committed Jun 3, 2020
1 parent 92280a3 commit 91cea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Tasks/ImportInstagramPostsTaskTest.php
Expand Up @@ -15,7 +15,7 @@ public function testImportInstagramPostsTask()
$importInstagramPostsTask = ImportInstagramPostsTask::singleton();
$this->assertNotNull($importInstagramPostsTask);

$request = HTTPRequest::create(
$request = new HTTPRequest(
'GET',
'dev/tasks/import-instagram-posts',
[]
Expand Down

0 comments on commit 91cea8e

Please sign in to comment.