summaryrefslogtreecommitdiff
path: root/internal/handlers/heuristic_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/heuristic_test.go')
-rw-r--r--internal/handlers/heuristic_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/heuristic_test.go b/internal/handlers/heuristic_test.go
index 2b70218..b03b664 100644
--- a/internal/handlers/heuristic_test.go
+++ b/internal/handlers/heuristic_test.go
@@ -33,7 +33,7 @@ func TestHandleTasks_Heuristic(t *testing.T) {
defer os.Chdir(originalDir)
// Initialize store (this runs migrations)
- db, err := store.New(tmpFile.Name())
+ db, err := store.New(tmpFile.Name(), "migrations")
if err != nil {
t.Fatalf("Failed to initialize store: %v", err)
}