fix: crypto added manually as expected

Signed-off-by: yemkareems <yemkareems@gmail.com>
pull/48941/head
yemkareems 2024-10-28 18:48:14 +07:00
parent b06486e6d5
commit a3abe2c4e1
No known key found for this signature in database
GPG Key ID: 4293DA00B9478934
1 changed files with 1 additions and 1 deletions

@ -89,7 +89,7 @@ class StoreTest extends TestCase {
}
public function testGetLoginCredentialsNoTokenProvider() {
$this->store = new Store($this->session, $this->logger, null);
$this->store = new Store($this->session, $this->logger, $this->crypto, null);
$this->expectException(CredentialsUnavailableException::class);