Skip to content

Commit da8687b

Browse files
test: update SyncControllerTest
1 parent a323d75 commit da8687b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Api.Test/Vault/Controllers/SyncControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public async Task Get_HaveMasterPassword_UserDecryptionMasterPasswordUnlockNotNu
402402
Assert.Equal(kdfMemory, result.UserDecryption.MasterPasswordUnlock.Kdf.Memory);
403403
Assert.Equal(kdfParallelism, result.UserDecryption.MasterPasswordUnlock.Kdf.Parallelism);
404404
Assert.Equal(user.Key, result.UserDecryption.MasterPasswordUnlock.MasterKeyEncryptedUserKey);
405-
Assert.Equal(user.Email.ToLower(), result.UserDecryption.MasterPasswordUnlock.Salt);
405+
Assert.Equal(user.GetMasterPasswordSalt(), result.UserDecryption.MasterPasswordUnlock.Salt);
406406
}
407407

408408
private async Task AssertMethodsCalledAsync(IUserService userService,

0 commit comments

Comments
 (0)