Skip to content

Commit 08f0b94

Browse files
committed
wip
1 parent 4627b16 commit 08f0b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/KeysCommandTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testPrivateAndPublicKeysAreGenerated()
3939
->with('Encryption keys generated successfully.')
4040
->getMock();
4141

42-
if (version_compare(Application::VERSION, '9.0.0', '>=')) {
42+
if (Application::VERSION === '9.x-dev' || version_compare(Application::VERSION, '9.0.0', '>=')) {
4343
Container::getInstance()->bindMethod('storagePath', function () {
4444
return self::KEYS;
4545
});

0 commit comments

Comments
 (0)