mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 11:26:55 +01:00
* [FIX] Closes #920. Fixed wrong behaviour when generating a temporary master password. The encrypted password was not saved. Thanks to @Fizard for the feedback.
* [FIX] Fixed issue on unit testing environment.
This commit is contained in:
@@ -158,7 +158,7 @@ class AuthTokenRepositoryTest extends DatabaseTestCase
|
||||
|
||||
$this->assertEquals(1, $result->getNumRows());
|
||||
|
||||
$this->assertInstanceOf(AuthTokenData::class, $result);
|
||||
$this->assertInstanceOf(AuthTokenData::class, $data);
|
||||
$this->assertTrue(Hash::checkHashKey(self::AUTH_TOKEN_PASS, $data->getHash()));
|
||||
$this->assertEquals($vault, $data->getVault());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user