Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Feb 20, 2024
1 parent ee8f935 commit b609cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Browser/MainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use Pterodactyl\Tests\DuskTestCase;
use Illuminate\Support\Facades\Hash;
use Pterodactyl\Tests\Browser\Pages\Login;
use Pterodactyl\Tests\Traits\DatabaseMigrations;
use Pterodactyl\Tests\Browser\Pages\CreateUser;
use Pterodactyl\Tests\Traits\DatabaseMigrations;

class MainTest extends DuskTestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Browser/Pages/CreateUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Pterodactyl\Tests\Browser\Pages;

use Laravel\Dusk\Browser;
use Laravel\Dusk\Page;
use Laravel\Dusk\Browser;

class CreateUser extends Page
{
Expand Down

0 comments on commit b609cf0

Please sign in to comment.