Skip to content

Commit 8734e35

Browse files
committed
ACPT-1709: Clean up skip-list for GraphQlState Test
-- fix test failures
1 parent 2007f45 commit 8734e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/TestFramework/ApplicationStateComparator/DynamicFactoryDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(Developer $developer, ObjectManager $objectManager)
4848
$this->collector = new Collector($this->objectManager, $skipListAndFilterList);
4949
$this->objectManager->addSharedInstance($skipListAndFilterList, SkipListAndFilterList::class);
5050
$this->objectManager->addSharedInstance($this->collector, Collector::class);
51-
$this->resetter = new Resetter();
51+
$this->resetter = $objectManager->create(Resetter::class);
5252
}
5353

5454
/**

0 commit comments

Comments
 (0)