Skip to content

Commit fda03ee

Browse files
committed
Unit test updated
1 parent fb40804 commit fda03ee

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/GoogleOptimizer/Test/Unit/Helper

1 file changed

+2
-2
lines changed

app/code/Magento/GoogleOptimizer/Test/Unit/Helper/DataTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ public function testGoogleExperimentIsEnabled($isExperimentsEnabled)
7070
'isSetFlag'
7171
)->withConsecutive(
7272
[
73-
Data::XML_PATH_ENABLED,
73+
self::XML_PATH_ENABLED,
7474
ScopeInterface::SCOPE_STORE,
7575
$store
7676
],
7777
[
78-
Data::XML_PATH_ENABLED_GA4,
78+
self::XML_PATH_ENABLED_GA4,
7979
ScopeInterface::SCOPE_STORE,
8080
$store
8181
]

0 commit comments

Comments
 (0)