mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
Add test postgres db connection
This commit is contained in:
@@ -61,7 +61,7 @@ func setupTestHarness(t *testing.T) *testHarness {
|
||||
t.Fatalf("Failed to initialize secrets service: %v", err)
|
||||
}
|
||||
|
||||
database, err := db.NewTestDB(secretsSvc)
|
||||
database, err := db.NewTestSQLiteDB(secretsSvc)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to initialize test database: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user