diff --git a/tests/tests/shorturl/CRUDTest.php b/tests/tests/shorturl/CRUDTest.php index 11e996b52..cbc77e337 100644 --- a/tests/tests/shorturl/CRUDTest.php +++ b/tests/tests/shorturl/CRUDTest.php @@ -134,7 +134,7 @@ public function test_insert_link_in_db() { #[\PHPUnit\Framework\Attributes\Depends('test_add_url')] - public function test_update_hits_concurrency( $keyword ) { + public function test_yourls_update_clicks_catch_block( $keyword ) { // Force a mock of the DB to throw an exception global $ydb; $old_ydb = $ydb;