From 6f049f90bb426a7b8cc3841e49bf68f227dd9884 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Tue, 3 Dec 2024 13:56:45 +0000 Subject: [PATCH] fixup! task(backup_tests): Move mock helpers into MatrixMockServer Formatting --- crates/matrix-sdk/src/test_utils/mocks.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/matrix-sdk/src/test_utils/mocks.rs b/crates/matrix-sdk/src/test_utils/mocks.rs index 7c778dfd85b..e9ed6a4454a 100644 --- a/crates/matrix-sdk/src/test_utils/mocks.rs +++ b/crates/matrix-sdk/src/test_utils/mocks.rs @@ -513,10 +513,10 @@ impl MatrixMockServer { /// /// # #[cfg(feature = "e2e-encryption")] /// # { - /// let exists = - /// client.encryption().backups().exists_on_server().await.unwrap(); + /// let exists = + /// client.encryption().backups().exists_on_server().await.unwrap(); /// - /// assert!(exists); + /// assert!(exists); /// # } /// # }); /// ```