Skip to content

Commit

Permalink
chore(Storage): fix system tests (googleapis#7199)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwarajanand authored Apr 3, 2024
1 parent 0b15d2b commit 4d8b415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Storage/tests/System/StreamWrapper/UrlStatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function testStatOnOpenFileForRead()
{
$fd = fopen(self::$fileUrl, 'r');
$stat = fstat($fd);
$this->assertEquals(33060, $stat['mode']);
$this->assertEquals(33206, $stat['mode']);
}

public function testIsWritable()
Expand Down

0 comments on commit 4d8b415

Please sign in to comment.