mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-26 02:01:00 -04:00
fixing typo
This commit is contained in:
@@ -139,7 +139,7 @@ fn run_tests() -> Result<()> {
|
||||
|
||||
fn run_feature_tests(cmd: Option<FeatureSet>) -> Result<()> {
|
||||
let args = BTreeMap::from([
|
||||
, (FeatureSet::NoEncryption, "--no-default-features --features sled,native-tls"),
|
||||
(FeatureSet::NoEncryption, "--no-default-features --features sled,native-tls"),
|
||||
(FeatureSet::NoSled, "--no-default-features --features e2e-encryption,native-tls"),
|
||||
(FeatureSet::NoEncryptionAndSled, "--no-default-features --features native-tls"),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user