Skip to content

Commit

Permalink
fix functional test content status (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
alavieille committed Apr 11, 2017
1 parent 684981c commit 2756a47
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -434,8 +434,6 @@ public function testUpdateStatusByContentType()
$dm->persist($content);
$dm->flush();

$this->assertEquals('draft', $content->getStatus()->getName());

$this->repository->updateStatusByContentType($outOfWorkflow, $contentTypeId);
$dm->clear();

Expand Down

0 comments on commit 2756a47

Please sign in to comment.