Skip to content

Commit 0b62554

Browse files
phoenix128mageprince
authored andcommitted
Update GroupRepositoryTest.php
Simple CS fix: Removed double empty space.
1 parent e59beac commit 0b62554

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Customer/Test/Unit/Model/ResourceModel/GroupRepositoryTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ public function testSave()
202202
$this->groupModel->expects($this->atLeastOnce())
203203
->method('getTaxClassName')
204204
->willReturn('Tax class name');
205-
206-
205+
207206
$this->factoryCreatedGroup->expects($this->once())
208207
->method('setId')
209208
->with($groupId)

0 commit comments

Comments
 (0)