We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34749e4 commit 4061cd0Copy full SHA for 4061cd0
backend/main_test.go
@@ -32,8 +32,11 @@ func setupTestDB(t *testing.T) *sql.DB {
32
if testConnStr == "" {
33
t.Fatalf("TEST_DATABASE_URL is not set")
34
}
35
+ fmt.Println("Connecting to test database:", testConnStr)
36
db, err := sql.Open("postgres", testConnStr)
37
38
+
39
40
if err != nil {
41
t.Fatalf("Failed to connect to test database: %v", err)
42
0 commit comments