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 ✨:
- Secured Shared Storage Support (#984, #936)
- Polls and Bot Buttons (MSC 2192 matrix-org/matrix-doc#2192)
Improvements 🙌:

View file

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