Skip to content

Commit 0c3a1a4

Browse files
committed
MAGETWO-40097: Refactor Search Web Api
- Removed ;;
1 parent 9631be5 commit 0c3a1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Search/Test/Unit/Model/SearchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function testSearch()
139139
->method('bindDimension')
140140
->with('scope', $storeId);
141141
$this->requestBuilder->expects($this->any())
142-
->method('bind');;
142+
->method('bind');
143143
$this->requestBuilder->expects($this->once())
144144
->method('create')
145145
->willReturn($request);

0 commit comments

Comments
 (0)