Skip to content

Commit ec4c38f

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent ac92007 commit ec4c38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ProjectionistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Illuminate\Contracts\Container\BindingResolutionException;
77
use Illuminate\Support\Facades\Queue;
88

9-
use Spatie\EventSourcing\Tests\TestClasses\Projectors\ProjectorWithDynamicWeight;
109
use function PHPUnit\Framework\assertCount;
1110
use function PHPUnit\Framework\assertEquals;
1211
use function PHPUnit\Framework\assertInstanceOf;
@@ -21,6 +20,7 @@
2120
use Spatie\EventSourcing\Tests\TestClasses\Projectors\FakeMoneyAddedCountProjector;
2221
use Spatie\EventSourcing\Tests\TestClasses\Projectors\MoneyAddedCountProjector;
2322
use Spatie\EventSourcing\Tests\TestClasses\Projectors\ProjectorThatThrowsAnException;
23+
use Spatie\EventSourcing\Tests\TestClasses\Projectors\ProjectorWithDynamicWeight;
2424
use Spatie\EventSourcing\Tests\TestClasses\Projectors\ProjectorWithHighWeight;
2525
use Spatie\EventSourcing\Tests\TestClasses\Projectors\ProjectorWithLowWeight;
2626
use Spatie\EventSourcing\Tests\TestClasses\Projectors\ProjectorWithNegativeWeight;

0 commit comments

Comments
 (0)