Skip to content

Commit

Permalink
no tests frl I am tired
Browse files Browse the repository at this point in the history
  • Loading branch information
makhlouf1102 committed Jan 8, 2025
1 parent a9e4a55 commit 7f9ddeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions handlers/auth/authHandler_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
log.Fatalf("Failed to run the containers: %v", err)
}

if err := database.InitializeDB("./database/database.db"); err != nil {
if err := database.InitializeDB("./database/database-test.db"); err != nil {
log.Fatalf("Failed to connect to database: %v", err)
}
defer database.DB.Close()
Expand Down

0 comments on commit 7f9ddeb

Please sign in to comment.