diff --git a/tests/tolstoy.rs b/tests/tolstoy.rs index a6e29fd8..4c905e00 100644 --- a/tests/tolstoy.rs +++ b/tests/tolstoy.rs @@ -112,7 +112,7 @@ fn test_reader() { ]"#).expect("successful transaction").tempids; let numba_entity_id = ids.get("s").unwrap(); - let mut bootstrap_tx = None; + let bootstrap_tx; { let db_tx = c.transaction().expect("db tx"); // Expect to see one more transaction of four parts (one for tx datom itself).