File tree 1 file changed +2
-1
lines changed
app/code/Magento/GoogleAdwords/Test/Unit/Observer
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ public function testSetConversionValueWhenAdwordsActiveWithOrdersIds()
127
127
$ conversionCurrency = 'USD ' ;
128
128
$ this ->_helperMock ->expects ($ this ->once ())->method ('isGoogleAdwordsActive ' )->will ($ this ->returnValue (true ));
129
129
$ 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 ));
131
132
$ this ->_eventMock ->expects ($ this ->once ())->method ('getOrderIds ' )->will ($ this ->returnValue ($ ordersIds ));
132
133
$ this ->_eventObserverMock ->expects (
133
134
$ this ->once ()
You can’t perform that action at this time.
0 commit comments