We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tests/sqlite/sqlcipher.rs
1 parent c694288 commit 97138ebCopy full SHA for 97138eb
tests/sqlite/sqlcipher.rs
@@ -1,3 +1,5 @@
1
+#![cfg(sqlite_test_sqlcipher)]
2
+
3
use std::str::FromStr;
4
5
use sqlx::sqlite::SqliteQueryResult;
@@ -125,7 +127,6 @@ async fn it_fails_if_password_is_incorrect() -> anyhow::Result<()> {
125
127
Ok(())
126
128
}
129
-#[cfg(sqlite_test_sqlcipher)]
130
#[sqlx_macros::test]
131
async fn it_honors_order_of_encryption_pragmas() -> anyhow::Result<()> {
132
let (url, _dir) = new_db_url().await?;
0 commit comments