Skip to content

Commit

Permalink
refactor #628 Remove duplicated section in tests (loic425)
Browse files Browse the repository at this point in the history
This PR was merged into the poc-new-resource-metadata branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | fixes #627 
| License         | MIT


Commits
-------

61f3fab Fix duplicated section in tests
  • Loading branch information
lchrusciel authored Mar 17, 2023
2 parents 0ee8fe4 + 61f3fab commit 23e3d4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bundle/spec/Routing/OperationRouteFactorySpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function it_generates_create_routes(): void
'_controller' => PlaceHolderAction::class,
'_sylius' => [
'resource' => 'app.dummy',
'resource' => 'app.dummy',
],
]);
}
Expand Down

0 comments on commit 23e3d4f

Please sign in to comment.