Fix test build error

This commit is contained in:
gwenn
2023-06-10 12:14:41 +02:00
parent 7594711721
commit 048a442bc6
2 changed files with 2 additions and 2 deletions

View File

@@ -2137,6 +2137,7 @@ mod test {
}
#[test]
#[cfg(feature = "rusqlite-macros")]
fn prepare_and_bind() -> Result<()> {
let db = Connection::open_in_memory()?;
let name = "Lisa";