Skip to content

Commit e2892b2

Browse files
committed
B2B-1876: New directories in pub/media do not get synced back to local filesystem from S3 Remote Storage
- Fix unit test failure
1 parent a66c193 commit e2892b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Console/Command/UpgradeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function testExecute($options, $deployMode, $expectedString, $expectedOpt
112112
->method('installDataFixtures');
113113

114114
$this->assertSame(Cli::RETURN_SUCCESS, $this->commandTester->execute($options));
115-
$this->assertEquals($expectedString, $this->commandTester->getDisplay());
115+
$this->assertStringContainsString($expectedString, $this->commandTester->getDisplay());
116116
}
117117

118118
/**

0 commit comments

Comments
 (0)