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;