mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-11 23:26:35 +02:00
refactor: cleanup
This commit is contained in:
@@ -1759,8 +1759,7 @@ mod tests {
|
||||
assert_eq!(xs.value, "sessionvalue");
|
||||
|
||||
// Raw DB checks against the Firefox schema — these would catch the bugs
|
||||
// that caused issue #265 on the Chrome path (plaintext, correct expiry,
|
||||
// correct schemeMap).
|
||||
// on the Chrome path (plaintext, correct expiry, correct schemeMap).
|
||||
let conn = Connection::open(&ff_db).unwrap();
|
||||
let now = std::time::SystemTime::now()
|
||||
.duration_since(std::time::UNIX_EPOCH)
|
||||
|
||||
Reference in New Issue
Block a user