Skip to content

Commit

Permalink
Update db_ops_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Benji377 committed Dec 22, 2023
1 parent 6b8eedc commit 7dcd255
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src-tauri/src/tests/db_ops_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ mod tests {
"ec2112c9c243d837247217baf351ab79".to_owned(),
)])
.unwrap();

// Check if the hash exists in the database
// let exists_in_db = db_ops.hash_exists(hash_to_insert).unwrap();
// let does_not_exist = db_ops.hash_exists(hash_not_in_db).unwrap();

// Assert the results
//assert_eq!(exists_in_db, Some(true));
//assert_eq!(does_not_exist, Some(false));
}

#[test]
Expand Down

0 comments on commit 7dcd255

Please sign in to comment.