We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a77106 commit bd9671fCopy full SHA for bd9671f
app/code/Magento/AwsS3/Test/Unit/Driver/AwsS3Test.php
@@ -435,7 +435,7 @@ public function testSearchDirectory(): void
435
new \League\Flysystem\DirectoryAttributes('path/1/'),
436
new \League\Flysystem\DirectoryAttributes('path/2/')
437
];
438
- $expectedResult = [self::URL . 'path/1', self::URL . 'path/2'];
+ $expectedResult = [self::URL . 'path/1/', self::URL . 'path/2/'];
439
$this->metadataProviderMock->expects(self::any())->method('getMetadata')
440
->willReturnMap([
441
['path', ['type' => AwsS3::TYPE_DIR]],
0 commit comments