Skip to content

Commit

Permalink
Update test for url encoding 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-dumi-ibm committed Jun 21, 2023
1 parent 0eaa4fa commit 4a39deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Unit/AzureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testGetExternalUrl() : void {
vfsStream::setup('flysystem');
$fileUrlGenerator = $this->prophesize(FileUrlGeneratorInterface::class);
$fileUrlGenerator->generateString(Argument::any())
->shouldBeCalledTimes()
->shouldBeCalledTimes(2)
->willReturn(
'/styles/test.jpg',
'/styles/test).jpg',
Expand Down

0 comments on commit 4a39deb

Please sign in to comment.