mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 03:02:01 -04:00
fix: crypto added manually as expected
Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
parent
b06486e6d5
commit
a3abe2c4e1
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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue