mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 19:59:04 +03:00
Fixed wrong exception name
This commit is contained in:
parent
dbe1281d2a
commit
d39a949992
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue