fix: crypto added manually as expected

Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
yemkareems 2024-10-28 18:48:14 +05:30
parent b06486e6d5
commit a3abe2c4e1
No known key found for this signature in database
GPG key ID: 4293DA00B9478934

View file

@ -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);