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 ✨:
|
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 🙌:
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue