Skip to content

Commit

Permalink
Merge pull request #1769 from bakaphp/hotfix-test-namespace
Browse files Browse the repository at this point in the history
refact: test namespace
  • Loading branch information
kaioken authored Aug 2, 2024
2 parents 0e91ef9 + a70c97f commit c98d57b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/unit.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"listeners": {
"*:8080": {
"*:8000": {
"pass": "routes"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Test\Connectors\Integration\Stripe;
namespace Test\Connectors\Integration\Ghosts;

use Illuminate\Support\Facades\Queue;
use Illuminate\Support\Facades\Request;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Test\Connectors\Integration\Stripe;
namespace Tests\Connectors\Integration\Stripe;

use Illuminate\Support\Facades\Queue;
use Illuminate\Support\Facades\Request;
Expand Down
2 changes: 1 addition & 1 deletion tests/Social/Integration/DefaultMessageActivityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Kanvas\Social\Integration;
namespace Tests\Social\Integration;

use Kanvas\Apps\Models\Apps;
use Kanvas\Guild\Leads\Models\Lead;
Expand Down

0 comments on commit c98d57b

Please sign in to comment.