Skip to content

Commit

Permalink
Fix the name of the imported tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrembilla committed Dec 18, 2024
1 parent c2c04b2 commit 650661a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Http/Controller/PtpControllerTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Biigle\Tests\Ptp\Modules\Jobs;
namespace Biigle\Tests\Modules\Ptp\Jobs;

use Biigle\MediaType;
use ApiTestCase;
Expand Down
2 changes: 1 addition & 1 deletion tests/Jobs/PtpJobTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Biigle\Tests\Ptp\Modules\Jobs;
namespace Biigle\Tests\Modules\Ptp\Jobs;
use Biigle\Image;
use Biigle\Modules\Ptp\Jobs\PtpJob;
use TestCase;
Expand Down

0 comments on commit 650661a

Please sign in to comment.