Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SimranMakhija7 committed Apr 12, 2024
1 parent 763e1f8 commit 95768a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/repository/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ impl TableRepository {
}
}


// todo: check commented tests
#[cfg(test)]
mod tests {
Expand Down Expand Up @@ -265,7 +264,7 @@ mod tests {
assert!(repo.create_table("namespace", &table).is_err());
}
#[test]
fn test_create_table_already_exists() {
let db = Arc::new(Mutex::new(
Expand Down Expand Up @@ -303,7 +302,7 @@ mod tests {
assert!(repo.drop_table("namespace", "").is_err());
}
#[test]
fn test_rename_table_empty_new_name() {
let db = Arc::new(Mutex::new(
Expand Down

0 comments on commit 95768a2

Please sign in to comment.