Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Oct 2, 2023
1 parent 5eb2805 commit 7e12a73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Contract/ProfileContractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Tests\Feature;
namespace Tests\Contract;

use Tests\ContractTestCase;
use Kami\Cocktail\Models\User;
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/Import/FromArrayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Tests\Feature\Http;
namespace Tests\Feature\Import;

use Tests\TestCase;
use Kami\Cocktail\Models\User;
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/Import/FromCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Tests\Feature\Http;
namespace Tests\Feature\Import;

use Tests\TestCase;
use Kami\Cocktail\Models\User;
Expand Down

0 comments on commit 7e12a73

Please sign in to comment.