Skip to content

Commit 787985d

Browse files
committed
fixup! feat(auth): get rid of the cargo feature flag for OIDC
1 parent ba018e3 commit 787985d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/authentication/oidc/cross_process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ pub enum CrossProcessRefreshLockError {
262262
DuplicatedLock,
263263
}
264264

265-
#[cfg(all(test, feature = "e2e-encryption"))]
265+
#[cfg(all(test, feature = "e2e-encryption", feature = "sqlite"))]
266266
mod tests {
267267
use std::sync::Arc;
268268

0 commit comments

Comments
 (0)