Skip to content

Commit

Permalink
remove toBeUrl expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
abrardev99 committed Nov 2, 2023
1 parent 3c3b0cb commit b256f26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/TemporaryUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

$url = Storage::disk('local2')->temporaryUrl($path, now()->addSecond());

expect($url)->toBeUrl();

get($url)
->assertOk()
->assertDownload('file.txt');
Expand Down

0 comments on commit b256f26

Please sign in to comment.