Skip to content

Commit

Permalink
fix test exception
Browse files Browse the repository at this point in the history
  • Loading branch information
howyi committed Mar 5, 2018
1 parent f252f34 commit 2ff73aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Howyi/EviTest.php
Expand Up @@ -20,7 +20,7 @@ public function testNormalParse()
}

/**
* @expectedException \ErrorException
* @expectedException Symfony\Component\Yaml\Exception\ParseException
*/
public function testParseFailed()
{
Expand Down

0 comments on commit 2ff73aa

Please sign in to comment.