mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 03:04:20 +01:00
syntactic changes: weird issue with a previous commit. More unwrap() -> ?
This commit is contained in:
@@ -443,8 +443,6 @@ mod tests {
|
||||
|
||||
{
|
||||
let conn = tmp_db.connect_limbo();
|
||||
insert(1, &conn, &tmp_db).unwrap();
|
||||
assert_eq!(count(&conn, &tmp_db).unwrap(), 1);
|
||||
insert(1, &conn, &tmp_db)?;
|
||||
assert_eq!(count(&conn, &tmp_db)?, 1);
|
||||
conn.close()?;
|
||||
|
||||
Reference in New Issue
Block a user