Skip to content

Commit

Permalink
fixup! test: Check that we don't mark keys as downloaded before backu…
Browse files Browse the repository at this point in the history
…ps were enabled
  • Loading branch information
poljar committed Sep 9, 2024
1 parent e3211ef commit 655433e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk/src/encryption/tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ impl BackupDownloadTaskListenerState {
}
}

#[cfg(test)]
#[cfg(all(test, not(target_arch = "wasm32")))]
mod test {
use matrix_sdk_test::async_test;
use ruma::{event_id, room_id};
Expand Down

0 comments on commit 655433e

Please sign in to comment.