mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 16:26:37 +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
|
||||
* @expectedException \Shlinkio\Shlink\Core\Exception\RuntimeException
|
||||
* @expectedException \Shlinkio\Shlink\Common\Exception\RuntimeException
|
||||
*/
|
||||
public function exceptionIsThrownWhenOrmThrowsException()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue