From e14cd61d6d723c08918151316057b908c7d878fa Mon Sep 17 00:00:00 2001 From: Sorunome Date: Thu, 4 Jun 2020 20:30:55 +0200 Subject: [PATCH] flutter analyze --- test/encryption/encrypt_decrypt_to_device_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/encryption/encrypt_decrypt_to_device_test.dart b/test/encryption/encrypt_decrypt_to_device_test.dart index a416ce49..cd57212b 100644 --- a/test/encryption/encrypt_decrypt_to_device_test.dart +++ b/test/encryption/encrypt_decrypt_to_device_test.dart @@ -47,7 +47,6 @@ void main() { var client = Client('testclient', debug: true, httpClient: FakeMatrixApi()); var otherClient = Client('othertestclient', debug: true, httpClient: FakeMatrixApi()); - final roomId = '!726s6s6q:example.com'; DeviceKeys device; Map payload;