File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/GoogleAdwords/Test/Unit/Observer Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ public function testSetConversionValueWhenAdwordsActiveWithOrdersIds()
127127 $ conversionCurrency = 'USD ' ;
128128 $ this ->_helperMock ->expects ($ this ->once ())->method ('isGoogleAdwordsActive ' )->will ($ this ->returnValue (true ));
129129 $ this ->_helperMock ->expects ($ this ->once ())->method ('isDynamicConversionValue ' )->will ($ this ->returnValue (true ));
130- $ this ->_helperMock ->expects ($ this ->once ())->method ('hasSendConversionValueCurrency ' )->will ($ this ->returnValue (true ));
130+ $ this ->_helperMock ->expects ($ this ->once ())->method ('hasSendConversionValueCurrency ' )
131+ ->will ($ this ->returnValue (true ));
131132 $ this ->_eventMock ->expects ($ this ->once ())->method ('getOrderIds ' )->will ($ this ->returnValue ($ ordersIds ));
132133 $ this ->_eventObserverMock ->expects (
133134 $ this ->once ()
You can’t perform that action at this time.
0 commit comments