Skip to content

Commit

Permalink
edited tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Wagner committed Feb 5, 2018
1 parent 4c58394 commit fd76cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Manager/ModelManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function testGetContentElementByModel()

$this->assertInstanceOf(QuizAnswerModel::class, $mockModel);
$this->assertFalse($mockModel->hasContentElement);
$this->assertSame('Template', $mockModel->contentElement);
$this->assertSame('', $mockModel->contentElement);
}

public function testAddImage()
Expand Down

0 comments on commit fd76cef

Please sign in to comment.