Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Oct 18, 2024
1 parent 407dcf0 commit 7ba7391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Base/Service/ZipServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
namespace MyParcelNL\Pdk\Base\Service;

use MyParcelNL\Pdk\Base\Contract\ZipServiceInterface;
use MyParcelNL\Pdk\Base\Exception\ZipException;
use MyParcelNL\Pdk\Base\FileSystem;
use MyParcelNL\Pdk\Facade\Pdk;
use MyParcelNL\Pdk\Tests\Uses\UsesMockPdkInstance;
use RuntimeException;
use function MyParcelNL\Pdk\Tests\readZip;
use function MyParcelNL\Pdk\Tests\usesShared;

Expand Down Expand Up @@ -80,7 +80,7 @@

$callback($zipService);
})
->throws(RuntimeException::class)
->throws(ZipException::class)
->with([
'addFromString' => function () {
return function (ZipServiceInterface $zipService) {
Expand Down

0 comments on commit 7ba7391

Please sign in to comment.