From 7600804aa19d2d9140a9f2e84f9ac05735a667c3 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 11 Aug 2022 12:02:33 +0200 Subject: [PATCH] test: Uncomment those tests --- test/omemo_test.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/omemo_test.dart b/test/omemo_test.dart index 275b752..e39f95e 100644 --- a/test/omemo_test.dart +++ b/test/omemo_test.dart @@ -4,7 +4,6 @@ import 'package:omemo_dart/src/trust/never.dart'; import 'package:test/test.dart'; void main() { - /* test('Test using OMEMO sessions with only one device per user', () async { const aliceJid = 'alice@server.example'; const bobJid = 'bob@other.server.example'; @@ -366,7 +365,7 @@ void main() { // Despite Alice not trusting Bob's device, we should have encrypted it for his // untrusted device. expect(aliceMessage.encryptedKeys.length, 1); - });*/ + }); test('Test by sending multiple messages back and forth', () async { const aliceJid = 'alice@server.example';