crypto: Fix an os_target definition.

master
Damir Jelić 2020-12-08 13:15:19 +01:00
parent c8dd6bfd26
commit 4ab6ae7f30
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ mod test {
// This test doesn't run on macos because we're modifying the session
// creation time so we can get around the UNWEDGING_INTERVAL.
#[async_test]
#[cfg(not(target_os = "linux"))]
#[cfg(target_os = "linux")]
async fn session_unwedging() {
use matrix_sdk_common::{
identifiers::DeviceKeyAlgorithm,