Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agoalofalife committed Mar 12, 2018
1 parent 7c9248a commit bd65607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Console/ParseReportsCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testHandle() : void
Artisan::call('reports:parse');
$this->assertDatabaseHas('reports', [
'class_name' => TestReport::class,
'status' => ReportModel::STATUS_WORKER
'status' => ReportModel::STATUS_COMPLETED
]);
}
}

0 comments on commit bd65607

Please sign in to comment.