Skip to content

Commit

Permalink
fixup! task(backup_tests): Move mock helpers into MatrixMockServer
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
andybalaam committed Dec 3, 2024
1 parent 673f35b commit 6f049f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/matrix-sdk/src/test_utils/mocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
/// # }
/// # });
/// ```
Expand Down

0 comments on commit 6f049f9

Please sign in to comment.