Skip to content

Commit

Permalink
Update spec/Resolver/ImporterCollectionsResolverSpec.php
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Kukliński <[email protected]>
  • Loading branch information
jkindly and senghe authored Jun 21, 2024
1 parent 3bd1854 commit 0319049
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/Resolver/ImporterCollectionsResolverSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public function it_is_initializable()
public function it_resolves_collections_for_collectionable_entity(
CollectionsAssignerInterface $collectionsAssigner,
CollectionableInterface $collectionable
)
{
) {
$collectionsRow = 'collection1, collection2, collection3';
$collectionsCodes = ['collection1', 'collection2', 'collection3'];

Expand Down

0 comments on commit 0319049

Please sign in to comment.