Fixed wrong exception name

This commit is contained in:
Alejandro Celaya 2016-07-20 19:04:38 +02:00
parent dbe1281d2a
commit d39a949992

View file

@ -65,7 +65,7 @@ class UrlShortenerTest extends TestCase
/**
* @test
* @expectedException \Shlinkio\Shlink\Core\Exception\RuntimeException
* @expectedException \Shlinkio\Shlink\Common\Exception\RuntimeException
*/
public function exceptionIsThrownWhenOrmThrowsException()
{