mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed wrong exception name
This commit is contained in:
parent
dbe1281d2a
commit
d39a949992
@ -65,7 +65,7 @@ class UrlShortenerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @expectedException \Shlinkio\Shlink\Core\Exception\RuntimeException
|
* @expectedException \Shlinkio\Shlink\Common\Exception\RuntimeException
|
||||||
*/
|
*/
|
||||||
public function exceptionIsThrownWhenOrmThrowsException()
|
public function exceptionIsThrownWhenOrmThrowsException()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user