Skip to content

Commit bed1ce8

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent 62a5252 commit bed1ce8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/MetaDataCreatedAtTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
namespace Spatie\EventSourcing\Tests;
44

55
use Carbon\CarbonImmutable;
6+
7+
use function PHPUnit\Framework\assertEquals;
8+
69
use Spatie\EventSourcing\Enums\MetaData;
710
use Spatie\EventSourcing\StoredEvents\Models\EloquentStoredEvent;
811
use Spatie\EventSourcing\StoredEvents\Repositories\EloquentStoredEventRepository;
912
use Spatie\EventSourcing\Tests\TestClasses\AggregateRoots\StorableEvents\MoneyAdded;
10-
use function PHPUnit\Framework\assertEquals;
1113

1214
it('correctly handles created_at in meta data', function () {
1315
$now = CarbonImmutable::now()->setTimezone('Asia/Singapore');

0 commit comments

Comments
 (0)