dash en/decrypt test: add comment about failing test
This commit is contained in:
parent
923d8d33ef
commit
64aa05f7f9
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class EnDecryptTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun decrypt() {
|
fun decrypt() {
|
||||||
|
// TODO: add data received from the pod
|
||||||
|
// this test is failing because the way we increment the nonce
|
||||||
val aapsLogger = AAPSLoggerTest()
|
val aapsLogger = AAPSLoggerTest()
|
||||||
val enDecrypt = EnDecrypt(
|
val enDecrypt = EnDecrypt(
|
||||||
aapsLogger,
|
aapsLogger,
|
||||||
|
|
Loading…
Reference in a new issue