Fix test + changes

This commit is contained in:
Valere 2020-02-12 17:20:01 +01:00 committed by Valere
parent 61ea4191dc
commit def01cca8f
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@ Changes in RiotX 0.16.0 (2020-XX-XX)
=================================================== ===================================================
Features ✨: Features ✨:
- Secured Shared Storage Support (#984, #936)
- Polls and Bot Buttons (MSC 2192 matrix-org/matrix-doc#2192) - Polls and Bot Buttons (MSC 2192 matrix-org/matrix-doc#2192)
Improvements 🙌: Improvements 🙌:

View File

@ -185,7 +185,6 @@ class QuadSTests : InstrumentedTest {
aliceSession.sharedSecretStorageService.getSecret("secret.of.life" , aliceSession.sharedSecretStorageService.getSecret("secret.of.life" ,
null, //default key null, //default key
keySpec!!, keySpec!!,
null,
object : MatrixCallback<String> { object : MatrixCallback<String> {
override fun onFailure(failure: Throwable) { override fun onFailure(failure: Throwable) {
fail("Fail to decrypt -> " +failure.localizedMessage) fail("Fail to decrypt -> " +failure.localizedMessage)