Skip to content

Commit c91a0ee

Browse files
committed
PB-1157: MFTF Tests Fail To Generate For CE + PB
1 parent cfccd9a commit c91a0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/Test/Unit/Plugin/ClearEditorConfigCacheTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function setUp(): void
5050
$this->auth = $this->createMock(Auth::class);
5151
$this->model = new ClearEditorConfigCache(
5252
$this->backendUrl,
53-
$this->cacheCleaner,
53+
$this->cacheCleaner
5454
);
5555
}
5656

@@ -77,7 +77,7 @@ public function afterLoginDataProvider(): array
7777
{
7878
return [
7979
[false],
80-
[true],
80+
[true]
8181
];
8282
}
8383
}

0 commit comments

Comments
 (0)