Skip to content

Commit c8bb65e

Browse files
Improve readability
1 parent d7ad816 commit c8bb65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/RestoreFromPathTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
// The zip file cant be empty, but when extracting it can if the password is wrong.
6060
Zipper::open($emptyArchive)
6161
->addFromString('empty.txt', 'empty')
62-
->encrypt('notthepasswordwedecryptwith')
62+
->encrypt('not-the-password-we-decrypt-with')
6363
->close();
6464

6565
$user->assignRole('super admin')->save();

0 commit comments

Comments
 (0)