Commit c884098b authored by Ben Hayward's avatar Ben Hayward

Linting

1 merge request!391[Sprint/RollingRabbit](fix): Updated returned exception of offending spam link. #1104
Pipeline #96792693 running with stages
......@@ -278,13 +278,13 @@ class ManagerSpec extends ObjectBehavior
public function it_should_check_for_spam(Blog $blog, Spam $spam)
{
$this->beConstructedWith(
$this->repository,
$this->paywallReview,
$this->slug,
$this->feeds,
$this->spam,
$this->search
);
$this->repository,
$this->paywallReview,
$this->slug,
$this->feeds,
$this->spam,
$this->search
);
$spamUrl = 'movieblog.tumblr.com';
......
Please register or to comment