Skip to content

Commit

Permalink
MAGETWO-57726: [GitHub] Exception is created but not thrown #6320
Browse files Browse the repository at this point in the history
  • Loading branch information
odubovyk committed Sep 1, 2016
1 parent 22d9887 commit 10299bc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public function testFilterByProductTypeException()
/**
* Assert that String argument passed to filterByProductType method is correctly passed to attribute adder
*
* @expectedException \Magento\Framework\Exception\LocalizedException
*/
public function testFilterByProductTypeString()
{
Expand All @@ -51,7 +50,6 @@ public function testFilterByProductTypeString()
/**
* Assert that Array argument passed to filterByProductType method is correctly passed to attribute adder
*
* @expectedException \Magento\Framework\Exception\LocalizedException
*/
public function testFilterByProductTypeArray()
{
Expand Down

0 comments on commit 10299bc

Please sign in to comment.