mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-07 17:04:34 +01:00
Fix inconsistent test names
This commit is contained in:
parent
6f9c3a6dc6
commit
97ca673ec2
@ -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')
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user