Skip to content

Commit

Permalink
🚚 Update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Oct 22, 2023
1 parent bec115b commit f787367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/Feat/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Sikessem\Skeleton\Tests\Feat;

test('example', function () {
expect(true)->toBeTrue();
});
2 changes: 1 addition & 1 deletion tests/Unit/ProgramTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Sikessem\Skeleton\Test\Unit;
namespace Sikessem\Skeleton\Tests\Unit;

use Sikessem\Skeleton\Program;

Expand Down

0 comments on commit f787367

Please sign in to comment.