Skip to content

Commit

Permalink
Merge pull request #102 from worksome/feature/ecs
Browse files Browse the repository at this point in the history
style: apply changes from ECS
  • Loading branch information
owenvoke authored Oct 15, 2024
2 parents 1fd8841 + 304b923 commit d7a5de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Generator/GeneratorManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
it('can register and use a new generator driver', function () {
$manager = app(GeneratorManager::class);

$manager->extend('foo', fn() => new FakeGeneratorDriver());
$manager->extend('foo', fn () => new FakeGeneratorDriver());

expect($manager->driver('foo'))->toBeInstanceOf(GeneratorDriver::class);
expect($manager->driver('foo'))->toBeInstanceOf(FakeGeneratorDriver::class);
Expand Down

0 comments on commit d7a5de6

Please sign in to comment.