From 4ab6ae7f303cb2b46b36df628e437f4def65eb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 8 Dec 2020 13:15:19 +0100 Subject: [PATCH] crypto: Fix an os_target definition. --- matrix_sdk_crypto/src/session_manager/sessions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_crypto/src/session_manager/sessions.rs b/matrix_sdk_crypto/src/session_manager/sessions.rs index b074e305..95afe118 100644 --- a/matrix_sdk_crypto/src/session_manager/sessions.rs +++ b/matrix_sdk_crypto/src/session_manager/sessions.rs @@ -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,