From 30b8578229f647442c3283376275f045e212ee75 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Wed, 6 Jul 2022 17:21:48 +0200 Subject: [PATCH] Fix test --- tests/Unit/TwoFAccountModelTest.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tests/Unit/TwoFAccountModelTest.php b/tests/Unit/TwoFAccountModelTest.php index 4c0c4b16..873c05c9 100644 --- a/tests/Unit/TwoFAccountModelTest.php +++ b/tests/Unit/TwoFAccountModelTest.php @@ -22,17 +22,7 @@ public function test_model_configuration() { $this->runConfigurationAssertions( new TwoFAccount(), - [ - 'service', - 'account', - 'otp_type', - 'digits', - 'secret', - 'algorithm', - 'counter', - 'period', - 'icon' - ], + [], [], ['*'], [],