Fix test + changes
This commit is contained in:
parent
61ea4191dc
commit
def01cca8f
|
@ -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 🙌:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue