diff options
Diffstat (limited to 'tests/main.rs')
| -rw-r--r-- | tests/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/main.rs b/tests/main.rs index ca31225..0407699 100644 --- a/tests/main.rs +++ b/tests/main.rs @@ -7,6 +7,7 @@ fn main() { match notmuch::Database::open(&mail_path.to_str().unwrap().to_string(), notmuch::DatabaseMode::ReadOnly){ Ok(db) => { + let rev = db.revision(); println!("db revision: {:?}", rev); |
