Skip to content

Commit 9e06503

Browse files
committed
Fixed failing unit tests
1 parent 64a1360 commit 9e06503

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/GoogleGtag/Test/Unit/Block

1 file changed

+0
-1
lines changed

app/code/Magento/GoogleGtag/Test/Unit/Block/GaTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ protected function setUp(): void
119119

120120
$escaper->expects($this->any())
121121
->method('escapeHtml')
122-
->withConsecutive([__('sku0')], [__('testName0')], [__('test')])
123122
->willReturnOnConsecutiveCalls('sku0', 'testName0', 'test');
124123

125124
$this->gaBlock = $objectManager->getObject(

0 commit comments

Comments
 (0)