Fix inconsistent test names

This commit is contained in:
Bubka 2022-03-31 14:36:37 +02:00
parent 6f9c3a6dc6
commit 97ca673ec2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
*/
class CleanIconStorageTest extends TestCase
{
public function test_it_stores_time_to_session()
public function test_it_deletes_icon_file_on_twofaccount_deletion()
{
\Facades\App\Services\SettingService::shouldReceive('get')
->with('useEncryption')

View File

@ -13,7 +13,7 @@
*/
class DissociateTwofaccountFromGroupTest extends FeatureTestCase
{
public function test_it_stores_time_to_session()
public function test_twofaccount_is_released_on_group_deletion()
{
$group = Group::factory()->make();
$event = new GroupDeleting($group);