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

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimranMakhija7 committed May 2, 2024
1 parent cf621c2 commit a06ed30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/namespace_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ mod tests {
use tempfile::tempdir;
#[tokio::test]
async fn test_namespace_endpoints() {
let dir = tempdir().unwrap();
let repo = Arc::new(NamespaceRepository::new(Arc::new(Mutex::new(
Database::open(tempdir().unwrap().path()).unwrap(),
))));
Expand Down

0 comments on commit a06ed30

Please sign in to comment.