Commit 7b6b2a76 authored by Viral Solani's avatar Viral Solani Committed by StyleCI Bot

Apply fixes from StyleCI

parent 60ab865f
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
namespace Tests\Feature\Backend; namespace Tests\Feature\Backend;
use App\Models\Page\Page;
use Tests\TestCase; use Tests\TestCase;
class ManageUsersTest extends TestCase class ManageUsersTest extends TestCase
...@@ -42,5 +41,4 @@ class ManageUsersTest extends TestCase ...@@ -42,5 +41,4 @@ class ManageUsersTest extends TestCase
->assertSee('Export') ->assertSee('Export')
->assertSee('Action'); ->assertSee('Action');
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment